Program: Remove deprecated types and nodes methods

Fixup all usages

Bug: tint:390
Change-Id: I14c9a0420be7da2d26bf21bce96ca0ded0978711
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/38548
Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
Ben Clayton
2021-01-26 16:57:10 +00:00
parent 83158f214f
commit cf757e3a89
5 changed files with 15 additions and 30 deletions

View File

@@ -65,7 +65,7 @@ class Manager {
/// Returns the type map
/// @returns the mapping from name string to type.
const std::unordered_map<std::string, type::Type*>& types() {
const std::unordered_map<std::string, type::Type*>& types() const {
return by_name_;
}