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

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: Rebase on another LTH refactor CL. 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
« no previous file with comments | « cc/test/layer_test_common.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 436d0bbade08d73f78bd2900434978272e40ac6d..b041a6d7b93c6172619d4b9d5589e4adc34c1b87 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -20,7 +20,7 @@ class ClipTree;
struct DrawProperties;
class Layer;
class LayerImpl;
-class LayerTreeHost;
+class LayerTree;
class RenderSurfaceImpl;
class EffectTree;
class TransformTree;
@@ -65,7 +65,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);
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698