Chromium Code Reviews| Index: cc/trees/draw_property_utils.h |
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h |
| index 24d265e0b7160e88fca2c916a511196163a5180e..25a2b46c08867e8ab267be63e59654be8d25c1ce 100644 |
| --- a/cc/trees/draw_property_utils.h |
| +++ b/cc/trees/draw_property_utils.h |
| @@ -61,7 +61,7 @@ void CC_EXPORT UpdateRenderSurfaces(Layer* root_layer, |
| void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees, |
| bool can_render_to_separate_surface); |
| -void CC_EXPORT FindLayersThatNeedUpdates(Layer* layer, |
| +void CC_EXPORT FindLayersThatNeedUpdates(Layer* root_layer, |
|
ajuma
2016/04/06 19:49:28
This should take a LayerTreeHost instead of a Laye
sunxd
2016/04/07 15:37:13
Done.
|
| const TransformTree& transform_tree, |
| const EffectTree& effect_tree, |
| LayerList* update_layer_list); |