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

Unified Diff: cc/trees/draw_property_utils.h

Issue 1864183002: cc: Main thread skip single layers instead of subtrees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the dependency problem Created 4 years, 8 months 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/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index 24d265e0b7160e88fca2c916a511196163a5180e..25a2b46c08867e8ab267be63e59654be8d25c1ce 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -61,7 +61,7 @@ void CC_EXPORT UpdateRenderSurfaces(Layer* root_layer,
void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees,
bool can_render_to_separate_surface);
-void CC_EXPORT FindLayersThatNeedUpdates(Layer* layer,
+void CC_EXPORT FindLayersThatNeedUpdates(Layer* root_layer,
ajuma 2016/04/06 19:49:28 This should take a LayerTreeHost instead of a Laye
sunxd 2016/04/07 15:37:13 Done.
const TransformTree& transform_tree,
const EffectTree& effect_tree,
LayerList* update_layer_list);

Powered by Google App Engine
This is Rietveld 408576698