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

Unified Diff: cc/trees/draw_property_utils.h

Issue 2755803003: cc: Remove SetNeedsCommitNoRebuild from Layer API (Closed)
Patch Set: check for LTH Created 3 years, 9 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
« no previous file with comments | « cc/layers/surface_layer.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index 4f19d144f881585f049153519b3908d0a7a4c841..1270839b57abe236cbfcfd0c032f8358db892fcd 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -59,7 +59,8 @@ void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects(
PropertyTrees* property_trees,
LayerImplList* visible_layer_list);
-void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees,
+void CC_EXPORT UpdatePropertyTrees(LayerTreeHost* layer_tree_host,
+ PropertyTrees* property_trees,
bool can_render_to_separate_surface);
void CC_EXPORT FindLayersThatNeedUpdates(LayerTreeHost* layer_tree_host,
« no previous file with comments | « cc/layers/surface_layer.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698