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

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

Issue 629913002: Replacing the OVERRIDE with override and FINAL with final in gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Included autogen python file for OVERRIDE Created 6 years, 2 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
Index: gpu/command_buffer/service/shader_translator.h
diff --git a/gpu/command_buffer/service/shader_translator.h b/gpu/command_buffer/service/shader_translator.h
index 77e04ab01a4551f3cbafe44bff023d1f71d7ee37..57a198e22f9f603c9979c92da9f3743ac828eb41 100644
--- a/gpu/command_buffer/service/shader_translator.h
+++ b/gpu/command_buffer/service/shader_translator.h
@@ -117,7 +117,7 @@ class GPU_EXPORT ShaderTranslator
ShShaderSpec shader_spec,
const ShBuiltInResources* resources,
GlslImplementationType glsl_implementation_type,
- ShCompileOptions driver_bug_workarounds) OVERRIDE;
+ ShCompileOptions driver_bug_workarounds) override;
// Overridden from ShaderTranslatorInterface.
virtual bool Translate(const std::string& shader_source,
@@ -126,10 +126,10 @@ class GPU_EXPORT ShaderTranslator
VariableMap* attrib_map,
VariableMap* uniform_map,
VariableMap* varying_map,
- NameMap* name_map) const OVERRIDE;
+ NameMap* name_map) const override;
virtual std::string GetStringForOptionsThatWouldAffectCompilation() const
- OVERRIDE;
+ override;
void AddDestructionObserver(DestructionObserver* observer);
void RemoveDestructionObserver(DestructionObserver* observer);
« no previous file with comments | « gpu/command_buffer/service/query_manager_unittest.cc ('k') | gpu/command_buffer/service/shader_translator_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698