| Index: cc/layers/picture_image_layer_impl.h
|
| diff --git a/cc/layers/picture_image_layer_impl.h b/cc/layers/picture_image_layer_impl.h
|
| index 4bbafa7f22e0bbde18e67148a3c9290d31a5a62f..943981e630fef884691715f88f305682dfc12d77 100644
|
| --- a/cc/layers/picture_image_layer_impl.h
|
| +++ b/cc/layers/picture_image_layer_impl.h
|
| @@ -24,10 +24,12 @@ class CC_EXPORT PictureImageLayerImpl : public PictureLayerImpl {
|
| protected:
|
| PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
|
|
|
| + virtual bool ShouldAdjustRasterScale(
|
| + bool animating_transform_to_screen) const OVERRIDE;
|
| virtual void CalculateRasterContentsScale(
|
| bool animating_transform_to_screen,
|
| float* raster_contents_scale,
|
| - float* low_res_raster_contents_scale) OVERRIDE;
|
| + float* low_res_raster_contents_scale) const OVERRIDE;
|
| virtual void GetDebugBorderProperties(
|
| SkColor* color, float* width) const OVERRIDE;
|
|
|
|
|