| Index: cc/resources/picture_pile_base.h
|
| diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h
|
| index 9f8acffd294fb21f41f41899e3e24f0e1317c5a6..0c0e3864e18fc4d862b71d8e7a6baef864b81847 100644
|
| --- a/cc/resources/picture_pile_base.h
|
| +++ b/cc/resources/picture_pile_base.h
|
| @@ -29,7 +29,6 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> {
|
| explicit PicturePileBase(const PicturePileBase* other);
|
| PicturePileBase(const PicturePileBase* other, unsigned thread_index);
|
|
|
| - void SetTilingRect(const gfx::Rect& tiling_rect);
|
| gfx::Rect tiling_rect() const { return tiling_.tiling_rect(); }
|
| void SetMinContentsScale(float min_contents_scale);
|
|
|
|
|