| 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 d46c62573fc88450ad330ac166df33b804b9a4c0..5f8e0a43f86a93da99df829c6192a75bc115b0b7 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -20,7 +20,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
|
|
|
| void ForcePrepareToDraw() {
|
| LayerTreeHostImpl::FrameData frame_data;
|
| - PrepareToDraw(&frame_data);
|
| + PrepareToDraw(&frame_data, gfx::Rect());
|
| DidDrawAllLayers(frame_data);
|
| }
|
|
|
|
|