Index: cc/trees/draw_property_utils.h |
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h |
index 4f19d144f881585f049153519b3908d0a7a4c841..1270839b57abe236cbfcfd0c032f8358db892fcd 100644 |
--- a/cc/trees/draw_property_utils.h |
+++ b/cc/trees/draw_property_utils.h |
@@ -59,7 +59,8 @@ void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects( |
PropertyTrees* property_trees, |
LayerImplList* visible_layer_list); |
-void CC_EXPORT UpdatePropertyTrees(PropertyTrees* property_trees, |
+void CC_EXPORT UpdatePropertyTrees(LayerTreeHost* layer_tree_host, |
+ PropertyTrees* property_trees, |
bool can_render_to_separate_surface); |
void CC_EXPORT FindLayersThatNeedUpdates(LayerTreeHost* layer_tree_host, |