| Index: cc/picture_layer_impl.h
|
| diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
|
| index 5e3184be94785734caf115dbae58f6f4181c564f..91fa2e79b3fa25de5333fd7f81e6930a7db4e442 100644
|
| --- a/cc/picture_layer_impl.h
|
| +++ b/cc/picture_layer_impl.h
|
| @@ -44,6 +44,7 @@ public:
|
| // PictureLayerTilingClient overrides.
|
| virtual scoped_refptr<Tile> CreateTile(PictureLayerTiling*,
|
| gfx::Rect) OVERRIDE;
|
| + virtual void UpdatePile(Tile* tile) OVERRIDE;
|
|
|
| // PushPropertiesTo active tree => pending tree
|
| void SyncFromActiveLayer();
|
|
|