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); |