Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: gpu/command_buffer/service/shader_manager.h

Issue 2857083002: Fix behavior of GetOriginalNameFromHashedName (Closed)
Patch Set: remove GetMappedName Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/service/shader_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/shader_manager.h
diff --git a/gpu/command_buffer/service/shader_manager.h b/gpu/command_buffer/service/shader_manager.h
index 29d50660a24235090a92d19b8e73d0ebccd03a95..0b79ea4cb6eff6ea103a283a754b9ac929635dd4 100644
--- a/gpu/command_buffer/service/shader_manager.h
+++ b/gpu/command_buffer/service/shader_manager.h
@@ -124,9 +124,6 @@ class GPU_EXPORT Shader : public base::RefCounted<Shader> {
const std::string* GetOriginalNameFromHashedName(
const std::string& hashed_name) const;
- const std::string* GetMappedName(
- const std::string& original_name) const;
-
const std::string& log_info() const {
return log_info_;
}
« no previous file with comments | « no previous file | gpu/command_buffer/service/shader_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698