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

Unified Diff: cc/trees/draw_property_utils.h

Issue 1413153014: Add a flag for enabling compositor property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: cc/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index 13dc9ae1af97f2bf550d2fa41901679066f18ee4..5c9945845882e65d0014652ea5a1e4e256d56674 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -65,7 +65,7 @@ void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects(
const gfx::Transform& device_transform,
bool can_render_to_separate_surface,
PropertyTrees* property_trees,
- LayerImplList* update_layer_list);
+ LayerImplList* visible_layer_list);
void CC_EXPORT
ComputeVisibleRectsUsingPropertyTrees(Layer* root_layer,
@@ -77,7 +77,7 @@ void CC_EXPORT
ComputeVisibleRectsUsingPropertyTrees(LayerImpl* root_layer,
PropertyTrees* property_trees,
bool can_render_to_separate_surface,
- LayerImplList* update_layer_list);
+ LayerImplList* visible_layer_list);
void CC_EXPORT ComputeLayerDrawPropertiesUsingPropertyTrees(
const LayerImpl* layer,
« cc/base/switches.h ('K') | « cc/base/switches.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698