| 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_
|
| -
|
|
|