| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index c5aab859da58016fcd0e9e2e19909e52ceaaea7b..024e31527e9c8413c7943d3f561451d459ba7b90 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -169,6 +169,7 @@ class CC_EXPORT PictureLayerImpl
|
| void ResetRasterScale();
|
| gfx::Rect GetViewportForTilePriorityInContentSpace() const;
|
| PictureLayerImpl* GetRecycledTwinLayer() const;
|
| + void UpdatePile(scoped_refptr<PicturePileImpl> pile);
|
|
|
| void DoPostCommitInitializationIfNeeded() {
|
| if (needs_post_commit_initialization_)
|
|
|