Index: cc/test/fake_layer_tree_host_impl.h |
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h |
index 7ddd5bb57df31df019c39db35a3c08dbb124e4db..5963baa639e11f469aeca2df72898c0547c66041 100644 |
--- a/cc/test/fake_layer_tree_host_impl.h |
+++ b/cc/test/fake_layer_tree_host_impl.h |
@@ -22,7 +22,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
void ForcePrepareToDraw() { |
LayerTreeHostImpl::FrameData frame_data; |
- PrepareToDraw(&frame_data, gfx::Rect()); |
+ PrepareToDraw(&frame_data); |
DidDrawAllLayers(frame_data); |
} |