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

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: 80 columns /o\ 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
Index: cc/picture_layer_impl.h
diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
index 2d592d342e5dba1b6378bdb06ae0341ea3cc3fcf..5614f0ce20d279f4cf782646e07aab04a5772564 100644
--- a/cc/picture_layer_impl.h
+++ b/cc/picture_layer_impl.h
@@ -39,12 +39,15 @@ public:
// PushPropertiesTo active tree => pending tree
void SyncFromActiveLayer(const PictureLayerImpl* other);
+ void SyncTilingFromActiveLayer(const PictureLayerTiling* tiling);
protected:
PictureLayerImpl(LayerTreeImpl* treeImpl, int id);
+ void AddTiling(float contents_scale, gfx::Size tile_size);
PictureLayerTilingSet tilings_;
scoped_refptr<PicturePileImpl> pile_;
+ Region invalidation_;
gfx::Transform last_screen_space_transform_;
double last_update_time_;
« cc/picture_layer.cc ('K') | « 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