| Index: cc/layers/surface_layer.h
|
| diff --git a/cc/layers/surface_layer.h b/cc/layers/surface_layer.h
|
| index d58d47d2d70b34287b51293a70c1425988a56380..eace365b91b1a343f3c03334059ebf39f47a9b5d 100644
|
| --- a/cc/layers/surface_layer.h
|
| +++ b/cc/layers/surface_layer.h
|
| @@ -21,12 +21,12 @@ class CC_EXPORT SurfaceLayer : public Layer {
|
|
|
| // Layer overrides.
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| - OVERRIDE;
|
| - virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| + override;
|
| + virtual void PushPropertiesTo(LayerImpl* layer) override;
|
|
|
| protected:
|
| SurfaceLayer();
|
| - virtual bool HasDrawableContent() const OVERRIDE;
|
| + virtual bool HasDrawableContent() const override;
|
|
|
| private:
|
| virtual ~SurfaceLayer();
|
|
|