| Index: cc/layers/solid_color_layer_impl.h
|
| diff --git a/cc/layers/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h
|
| index e59db0f57261a743fbf7dd2af4dd7f3d3b5b1051..b9ab1cf856f25121d447274dd1bbfc3d741d4406 100644
|
| --- a/cc/layers/solid_color_layer_impl.h
|
| +++ b/cc/layers/solid_color_layer_impl.h
|
| @@ -31,16 +31,16 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
|
|
|
| // LayerImpl overrides.
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| - OVERRIDE;
|
| + override;
|
| virtual void AppendQuads(RenderPass* render_pass,
|
| const OcclusionTracker<LayerImpl>& occlusion_tracker,
|
| - AppendQuadsData* append_quads_data) OVERRIDE;
|
| + AppendQuadsData* append_quads_data) override;
|
|
|
| protected:
|
| SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
|
|
|
| private:
|
| - virtual const char* LayerTypeAsString() const OVERRIDE;
|
| + virtual const char* LayerTypeAsString() const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SolidColorLayerImpl);
|
| };
|
|
|