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

Unified Diff: gpu/tools/compositor_model_bench/forward_render_model.h

Issue 682743002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 68f02a8bf64523281fb9614d5084070f03b8394f..5495c184dca9209095178dd5eed4c798da6ffe47 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;
+ ~ForwardRenderSimulator() override;
+ void Update() override;
+ void Resize(int width, int height) override;
private:
scoped_ptr<ForwardRenderNodeVisitor> visitor_;
« no previous file with comments | « gpu/config/gpu_test_expectations_parser_unittest.cc ('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