Index: cc/picture_layer_impl.h |
diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h |
index 8b1e4ebdca6cfe871e4ae7f05dd2a496dc2e09b3..12b61793779d4788d716db09e79d5ed71798f8dc 100644 |
--- a/cc/picture_layer_impl.h |
+++ b/cc/picture_layer_impl.h |
@@ -31,6 +31,8 @@ public: |
virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE; |
virtual void didUpdateTransforms() OVERRIDE; |
+ void didUpdateBounds(); |
+ |
// PictureLayerTilingClient overrides. |
virtual scoped_refptr<Tile> CreateTile(PictureLayerTiling*, |
gfx::Rect) OVERRIDE; |