| Index: cc/picture_layer_impl.h
|
| ===================================================================
|
| --- cc/picture_layer_impl.h (revision 185037)
|
| +++ cc/picture_layer_impl.h (working copy)
|
| @@ -74,6 +74,10 @@
|
| void RemoveTiling(float contents_scale);
|
| void SyncFromActiveLayer(const PictureLayerImpl* other);
|
| void ManageTilings(bool animating_transform_to_screen);
|
| + virtual void CalculateRasterContentsScale(
|
| + bool animating_transform_to_screen,
|
| + float* raster_contents_scale,
|
| + float* low_res_raster_contents_scale);
|
| void CleanUpTilingsOnActiveLayer(
|
| std::vector<PictureLayerTiling*> used_tilings);
|
| PictureLayerImpl* PendingTwin() const;
|
|
|