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

Unified Diff: gpu/tools/compositor_model_bench/forward_render_model.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
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/tools/compositor_model_bench/forward_render_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/tools/compositor_model_bench/forward_render_model.h
diff --git a/gpu/tools/compositor_model_bench/forward_render_model.h b/gpu/tools/compositor_model_bench/forward_render_model.h
index 76590fecdd99559b11c12ef41e11a211418774fe..68f02a8bf64523281fb9614d5084070f03b8394f 100644
--- a/gpu/tools/compositor_model_bench/forward_render_model.h
+++ b/gpu/tools/compositor_model_bench/forward_render_model.h
@@ -19,9 +19,9 @@ class ForwardRenderSimulator : public RenderModelSimulator {
explicit ForwardRenderSimulator(RenderNode* root,
int window_width,
int window_height);
- virtual ~ForwardRenderSimulator() OVERRIDE;
- virtual void Update() OVERRIDE;
- virtual void Resize(int width, int height) OVERRIDE;
+ virtual ~ForwardRenderSimulator() override;
+ virtual void Update() override;
+ virtual void Resize(int width, int height) override;
private:
scoped_ptr<ForwardRenderNodeVisitor> visitor_;
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/tools/compositor_model_bench/forward_render_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698