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

Unified Diff: cc/trees/draw_property_utils.h

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: auto Created 3 years, 11 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/test/push_properties_counting_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 4e9e0227336c2ed70edc532b7fec96eb9857e091..4f19d144f881585f049153519b3908d0a7a4c841 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -18,7 +18,7 @@ namespace cc {
class Layer;
class LayerImpl;
-class LayerTree;
+class LayerTreeHost;
class RenderSurfaceImpl;
class EffectTree;
class TransformTree;
@@ -62,7 +62,7 @@ void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects(
void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees,
bool can_render_to_separate_surface);
-void CC_EXPORT FindLayersThatNeedUpdates(LayerTree* layer_tree,
+void CC_EXPORT FindLayersThatNeedUpdates(LayerTreeHost* layer_tree_host,
const PropertyTrees* property_trees,
LayerList* update_layer_list);
« no previous file with comments | « cc/test/push_properties_counting_layer.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698