Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 0ecbc9635b946683ae3444c86525306c325dfd98..4cb4b512eed3710d73c86f0ec613c0284af65b90 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -666,7 +666,8 @@ class CC_EXPORT LayerTreeHostImpl |
// This function should only be called from PrepareToDraw, as DidDrawAllLayers |
// must be called if this helper function is called. Returns DRAW_SUCCESS if |
// the frame should be drawn. |
- DrawResult CalculateRenderPasses(FrameData* frame); |
+ DrawResult CalculateRenderPasses(FrameData* frame, |
+ bool handle_visibility_changed); |
void ClearCurrentlyScrollingLayer(); |