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 e945752665913a851ddb7c18065f564e35a74ed8..6452dde5d15ddcf1c68da23b58ed50aa0db351ce 100644 |
--- a/cc/resources/picture_layer_tiling_set.h |
+++ b/cc/resources/picture_layer_tiling_set.h |
@@ -21,6 +21,8 @@ class CC_EXPORT PictureLayerTilingSet { |
void SetClient(PictureLayerTilingClient* client); |
const PictureLayerTilingClient* client() const { return client_; } |
+ void RemoveTilesInRegion(const Region& region); |
+ |
// Make this set of tilings match the same set of content scales from |other|. |
// Delete any tilings that don't meet |minimum_contents_scale|. Recreate |
// any tiles that intersect |layer_invalidation|. Update the size of all |