Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: cc/picture_layer_impl.h

Issue 11574026: cc: Add some more infrastructure for two trees (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/picture_layer.cc ('k') | cc/picture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « cc/picture_layer.cc ('k') | cc/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698