| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index f9ac16d69426efe765ef6b2e85b225d8a3d064fb..029c98139d1c11f43007b362aa7c976d9d060e8c 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -85,6 +85,9 @@ class CC_EXPORT PictureLayerImpl
|
| void RemoveAllTilings();
|
| void SyncFromActiveLayer(const PictureLayerImpl* other);
|
| void ManageTilings(bool animating_transform_to_screen);
|
| + bool ShouldHaveLowResTiling() const {
|
| + return !should_use_gpu_rasterization();
|
| + }
|
| virtual bool ShouldAdjustRasterScale(
|
| bool animating_transform_to_screen) const;
|
| virtual void RecalculateRasterScales(
|
|
|