| Index: cc/picture_layer_impl.h
|
| diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
|
| index 2d592d342e5dba1b6378bdb06ae0341ea3cc3fcf..66f739bbb18dc9966cbcb08ced8883b44b090656 100644
|
| --- a/cc/picture_layer_impl.h
|
| +++ b/cc/picture_layer_impl.h
|
| @@ -38,13 +38,17 @@ public:
|
| gfx::Rect) OVERRIDE;
|
|
|
| // PushPropertiesTo active tree => pending tree
|
| - void SyncFromActiveLayer(const PictureLayerImpl* other);
|
| + void SyncFromActiveLayer();
|
| + void SyncTiling(const PictureLayerTiling* tiling);
|
|
|
| protected:
|
| PictureLayerImpl(LayerTreeImpl* treeImpl, int id);
|
| + void AddTiling(float contents_scale, gfx::Size tile_size);
|
| + void SyncFromActiveLayer(const PictureLayerImpl* other);
|
|
|
| PictureLayerTilingSet tilings_;
|
| scoped_refptr<PicturePileImpl> pile_;
|
| + Region invalidation_;
|
|
|
| gfx::Transform last_screen_space_transform_;
|
| double last_update_time_;
|
|
|