| 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 8ed07e88f4fa16d31024631ba093e6cfffa9838d..6296de2e8df53b14833a93c142ac6da4034856e7 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);
|
| }
|
|
|
|
|