| 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 258617bc0fd716ba2d91300edb88f39c572af803..1050f483325a1170197735020a969899aaca93bf 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -12,7 +12,8 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy)
|
| &client_,
|
| proxy,
|
| &stats_instrumentation_,
|
| - NULL) {
|
| + NULL,
|
| + 0) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
| }
|
| @@ -23,7 +24,8 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
|
| &client_,
|
| proxy,
|
| &stats_instrumentation_,
|
| - NULL) {
|
| + NULL,
|
| + 0) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
| }
|
|
|