| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index 63b93019785d8f78603da87698d08af05d6aeea6..973fa50b73fa88722bae45d3169f86369b2d7bad 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -29,7 +29,6 @@ class CC_EXPORT PictureLayerTilingClient {
|
| virtual scoped_refptr<Tile> CreateTile(
|
| PictureLayerTiling* tiling,
|
| gfx::Rect content_rect) = 0;
|
| - virtual void DestroyTile(Tile* tile) = 0;
|
| virtual void UpdatePile(Tile* tile) = 0;
|
| virtual gfx::Size CalculateTileSize(
|
| gfx::Size content_bounds) const = 0;
|
|
|