| Index: cc/test/fake_layer_tree_host_impl.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl.cc b/cc/test/fake_layer_tree_host_impl.cc
|
| index 1050f483325a1170197735020a969899aaca93bf..8c39d2e9ce7e93bb09ed21a7b75f70565a16a84e 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -16,6 +16,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy)
|
| 0) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
| + SetViewportSize(gfx::Size(100, 100));
|
| }
|
|
|
| FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
|
|
|