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

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

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/command_buffer/service/feature_info.cc ('k') | ipc/ipc_channel_posix_unittest.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..311b76a17b57b025a5bc372dc53607bf9197cd42 100644
--- a/gpu/tools/compositor_model_bench/forward_render_model.h
+++ b/gpu/tools/compositor_model_bench/forward_render_model.h
@@ -16,9 +16,9 @@ class ForwardRenderNodeVisitor;
class ForwardRenderSimulator : public RenderModelSimulator {
public:
- explicit ForwardRenderSimulator(RenderNode* root,
- int window_width,
- int window_height);
+ ForwardRenderSimulator(RenderNode* root,
+ int window_width,
+ int window_height);
virtual ~ForwardRenderSimulator() OVERRIDE;
virtual void Update() OVERRIDE;
virtual void Resize(int width, int height) OVERRIDE;
@@ -31,4 +31,3 @@ class ForwardRenderSimulator : public RenderModelSimulator {
};
#endif // GPU_TOOLS_COMPOSITOR_MODEL_BENCH_FORWARD_RENDER_MODEL_H_
-
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | ipc/ipc_channel_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698