diff options
Diffstat (limited to 'cc/layers/picture_image_layer_impl.h')
-rw-r--r-- | cc/layers/picture_image_layer_impl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cc/layers/picture_image_layer_impl.h b/cc/layers/picture_image_layer_impl.h index cb48cf5..db36a13 100644 --- a/cc/layers/picture_image_layer_impl.h +++ b/cc/layers/picture_image_layer_impl.h @@ -18,19 +18,19 @@ class CC_EXPORT PictureImageLayerImpl : public PictureLayerImpl { virtual ~PictureImageLayerImpl(); // LayerImpl overrides. - virtual const char* LayerTypeAsString() const OVERRIDE; + virtual const char* LayerTypeAsString() const override; virtual scoped_ptr<LayerImpl> CreateLayerImpl( - LayerTreeImpl* tree_impl) OVERRIDE; + LayerTreeImpl* tree_impl) override; protected: PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id); - virtual bool ShouldAdjustRasterScale() const OVERRIDE; - virtual void RecalculateRasterScales() OVERRIDE; + virtual bool ShouldAdjustRasterScale() const override; + virtual void RecalculateRasterScales() override; virtual void GetDebugBorderProperties( - SkColor* color, float* width) const OVERRIDE; + SkColor* color, float* width) const override; - virtual void UpdateIdealScales() OVERRIDE; + virtual void UpdateIdealScales() override; private: DISALLOW_COPY_AND_ASSIGN(PictureImageLayerImpl); |