| Index: cc/resources/picture_pile_base.h
|
| diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h
|
| index 35b3f11e61244767330b2c73e49983d19ec6510b..947ed3440f82da5ed1bfcb878c121c077349482a 100644
|
| --- a/cc/resources/picture_pile_base.h
|
| +++ b/cc/resources/picture_pile_base.h
|
| @@ -39,6 +39,7 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> {
|
| bool CanRaster(float contents_scale, gfx::Rect content_rect);
|
|
|
| void SetTileGridSize(const gfx::Size& tile_grid_size);
|
| + TilingData& tiling() { return tiling_; }
|
|
|
| protected:
|
| virtual ~PicturePileBase();
|
|
|