Index: cc/resources/picture_pile_base.h |
diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h |
index d7b7e9cde57554be3f400908f626ddb2cba93299..e78778ab94cd2cd6955b650d4f91dfcaba2ced05 100644 |
--- a/cc/resources/picture_pile_base.h |
+++ b/cc/resources/picture_pile_base.h |
@@ -70,6 +70,7 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { |
void Clear(); |
gfx::Rect PaddedRect(const PictureMapKey& key); |
+ gfx::Rect PadRect(gfx::Rect rect); |
// A picture pile is a tiled set of pictures. The picture map is a map of tile |
// indices to picture infos. |