Index: cc/resources/picture_layer_tiling.h |
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h |
index 67e757aa257c5496bd793df529b534818b41e4a3..5a83e40696f99e78870386ed1a18a85887b42e45 100644 |
--- a/cc/resources/picture_layer_tiling.h |
+++ b/cc/resources/picture_layer_tiling.h |
@@ -50,6 +50,7 @@ class CC_EXPORT PictureLayerTiling { |
gfx::Size layer_bounds() const { return layer_bounds_; } |
void SetLayerBounds(gfx::Size layer_bounds); |
void Invalidate(const Region& layer_invalidation); |
+ void InvalidateTilesWithText(); |
// Add any tiles that intersect with |layer_rect|. If any tiles already |
// exist, then this leaves them as-is. |