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

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

Issue 8486016: Add OVERRIDE to gpu/ and gl/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « gpu/command_buffer/service/gpu_scheduler.h ('k') | ui/gfx/gl/gl_context_cgl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9f5e7663be1ccfceadde8e263ef5dfa836be77b6..af132b9400075bc01d9f816eec6c064476f8e64c 100644
--- a/gpu/command_buffer/service/shader_translator.h
+++ b/gpu/command_buffer/service/shader_translator.h
@@ -83,18 +83,18 @@ class ShaderTranslator : public ShaderTranslatorInterface {
ShShaderSpec shader_spec,
const ShBuiltInResources* resources,
GlslImplementationType glsl_implementation_type,
- GlslBuiltInFunctionBehavior glsl_built_in_function_behavior);
+ GlslBuiltInFunctionBehavior glsl_built_in_function_behavior) OVERRIDE;
// Overridden from ShaderTranslatorInterface.
- virtual bool Translate(const char* shader);
+ virtual bool Translate(const char* shader) OVERRIDE;
// Overridden from ShaderTranslatorInterface.
- virtual const char* translated_shader() const;
- virtual const char* info_log() const;
+ virtual const char* translated_shader() const OVERRIDE;
+ virtual const char* info_log() const OVERRIDE;
// Overridden from ShaderTranslatorInterface.
- virtual const VariableMap& attrib_map() const;
- virtual const VariableMap& uniform_map() const;
+ virtual const VariableMap& attrib_map() const OVERRIDE;
+ virtual const VariableMap& uniform_map() const OVERRIDE;
private:
void ClearResults();
« no previous file with comments | « gpu/command_buffer/service/gpu_scheduler.h ('k') | ui/gfx/gl/gl_context_cgl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698