| 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 ccfb20356651f8209fcb0b8981522ccd55e99fb5..2631fad8446af1ed1bcaa25740e96fb87080edc6 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -17,6 +17,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy,
|
| &stats_instrumentation_,
|
| manager,
|
| NULL,
|
| + NULL,
|
| 0) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
| @@ -37,6 +38,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
|
| &stats_instrumentation_,
|
| manager,
|
| NULL,
|
| + NULL,
|
| 0) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
|
|