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 04e4f62d20367bbf9650b741699a7a0aad8ee9ca..9f6eba94b32c291a6c16ceef3618ebd2672d190d 100644 |
--- a/cc/resources/picture_layer_tiling_set.h |
+++ b/cc/resources/picture_layer_tiling_set.h |
@@ -126,8 +126,6 @@ class CC_EXPORT PictureLayerTilingSet { |
gfx::Rect geometry_rect() const; |
// Texture rect (in texels) for geometry_rect |
gfx::RectF texture_rect() const; |
- // Texture size in texels |
- gfx::Size texture_size() const; |
Tile* operator->() const; |
Tile* operator*() const; |