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

Unified Diff: cc/trees/draw_property_utils.h

Issue 2216203002: Refactor MutatorHostClient from LayerTreeHost to LayerTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes according to code review. Created 4 years, 4 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 436d0bbade08d73f78bd2900434978272e40ac6d..3732f435a90100ccca844dc56dde998fbdebbfff 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -20,6 +20,7 @@ class ClipTree;
struct DrawProperties;
class Layer;
class LayerImpl;
+class LayerTree;
class LayerTreeHost;
class RenderSurfaceImpl;
class EffectTree;
@@ -65,7 +66,7 @@ void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects(
void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees,
bool can_render_to_separate_surface);
-void CC_EXPORT FindLayersThatNeedUpdates(LayerTreeHost* layer_tree_host,
+void CC_EXPORT FindLayersThatNeedUpdates(LayerTree* layer_tree,
const TransformTree& transform_tree,
const EffectTree& effect_tree,
LayerList* update_layer_list);

Powered by Google App Engine
This is Rietveld 408576698