| Index: cc/tiles/picture_layer_tiling_set.h
|
| diff --git a/cc/tiles/picture_layer_tiling_set.h b/cc/tiles/picture_layer_tiling_set.h
|
| index 999a0faded28526a509ea92907922b7d7aa332d6..bde25229d527f72d509fd3564f7f37c72d8c76be 100644
|
| --- a/cc/tiles/picture_layer_tiling_set.h
|
| +++ b/cc/tiles/picture_layer_tiling_set.h
|
| @@ -105,6 +105,9 @@ class CC_EXPORT PictureLayerTilingSet {
|
| // the aspect ratio.
|
| float GetMaximumContentsScale() const;
|
|
|
| + // Remove one tiling.
|
| + void Remove(PictureLayerTiling* tiling);
|
| +
|
| // Removes all tilings with a contents scale key < |minimum_scale_key|.
|
| void RemoveTilingsBelowScaleKey(float minimum_scale_key);
|
|
|
| @@ -227,8 +230,6 @@ class CC_EXPORT PictureLayerTilingSet {
|
| scoped_refptr<RasterSource> raster_source,
|
| const Region& layer_invalidation);
|
|
|
| - // Remove one tiling.
|
| - void Remove(PictureLayerTiling* tiling);
|
| void VerifyTilings(const PictureLayerTilingSet* pending_twin_set) const;
|
|
|
| bool TilingsNeedUpdate(const gfx::Rect& required_rect_in_layer_space,
|
|
|