| Index: cc/resources/picture_pile_base.h
|
| diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h
|
| index 325fefff25eda7622d7c07292a8a9d63f704210a..d7b7e9cde57554be3f400908f626ddb2cba93299 100644
|
| --- a/cc/resources/picture_pile_base.h
|
| +++ b/cc/resources/picture_pile_base.h
|
| @@ -41,6 +41,9 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> {
|
| bool HasRecordingAt(int x, int y);
|
| bool CanRaster(float contents_scale, gfx::Rect content_rect);
|
|
|
| + static void ComputeTileGridInfo(gfx::Size tile_grid_size,
|
| + SkTileGridPicture::TileGridInfo* info);
|
| +
|
| void SetTileGridSize(gfx::Size tile_grid_size);
|
| TilingData& tiling() { return tiling_; }
|
|
|
|
|