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

Unified Diff: cc/picture_layer.cc

Issue 11377176: cc: Add PictureLayerTiling for impl-side painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/cc.gyp ('k') | cc/picture_layer_impl.h » ('j') | cc/picture_layer_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer.cc
diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
index d1f6c3d06be7e6bf973f72179c8cd33b1fae7e4a..01eb454b4d8ab0ce67b9c60486ebcee3eb14ea7d 100644
--- a/cc/picture_layer.cc
+++ b/cc/picture_layer.cc
@@ -31,6 +31,7 @@ void PictureLayer::pushPropertiesTo(LayerImpl* base_layer) {
PictureLayerImpl* layer_impl = static_cast<PictureLayerImpl*>(base_layer);
pile_.PushPropertiesTo(layer_impl->pile_);
+ // TODO(enne): Need to sync tiling from active tree prior to this?
// TODO(nduca): Need to invalidate tiles here from pile's invalidation info.
}
« no previous file with comments | « cc/cc.gyp ('k') | cc/picture_layer_impl.h » ('j') | cc/picture_layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698