Index: cc/picture_pile_base.h |
diff --git a/cc/picture_pile_base.h b/cc/picture_pile_base.h |
index 35c1f300cb2b0db2ce54cbd25bc60d2e5908e83b..61e8ce784deb7ef66599715021b14fb6681b2f55 100644 |
--- a/cc/picture_pile_base.h |
+++ b/cc/picture_pile_base.h |
@@ -25,6 +25,7 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { |
void Resize(gfx::Size size); |
gfx::Size size() const { return tiling_.total_size(); } |
void SetMinContentsScale(float min_contents_scale); |
+ void SetTileGridSize(gfx::Size tile_size, int borderPixels); |
void PushPropertiesTo(PicturePileBase* other); |
@@ -52,6 +53,7 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { |
TilingData tiling_; |
Region recorded_region_; |
float min_contents_scale_; |
+ SkTileGridPicture::TileGridInfo tile_grid_info_; |
private: |
void SetBufferPixels(int buffer_pixels); |