| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| index 67b267c28036d206cd102d64f3b1038cb602bcbd..e945752665913a851ddb7c18065f564e35a74ed8 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -31,8 +31,6 @@ class CC_EXPORT PictureLayerTilingSet {
|
| const Region& layer_invalidation,
|
| float minimum_contents_scale);
|
|
|
| - void RemoveTilesInRegion(const Region& region);
|
| -
|
| gfx::Size layer_bounds() const { return layer_bounds_; }
|
|
|
| PictureLayerTiling* AddTiling(float contents_scale);
|
|
|