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..28983d98c017e6d9c9cf25c09b1b81e922354e09 100644 |
--- a/cc/resources/picture_layer_tiling_set.h |
+++ b/cc/resources/picture_layer_tiling_set.h |
@@ -55,7 +55,6 @@ class CC_EXPORT PictureLayerTilingSet { |
void RemoveAllTiles(); |
void DidBecomeActive(); |
- void DidBecomeRecycled(); |
// For a given rect, iterates through tiles that can fill it. If no |
// set of tiles with resources can fill the rect, then it will iterate |
@@ -77,6 +76,8 @@ class CC_EXPORT PictureLayerTilingSet { |
gfx::RectF texture_rect() const; |
// Texture size in texels |
gfx::Size texture_size() const; |
+ // Tile resolution. |
+ TileResolution resolution(); |
Tile* operator->() const; |
Tile* operator*() const; |