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 3c4e12531f81777828ec648ab93cda3001cf248d..ea19e141a28288d92a39f713c149cfe1cfa9a37c 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, |
proxy, |
&stats_instrumentation_, |
manager, |
+ NULL, |
0) { |
// Explicitly clear all debug settings. |
SetDebugState(LayerTreeDebugState()); |
@@ -34,6 +35,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings, |
proxy, |
&stats_instrumentation_, |
manager, |
+ NULL, |
0) { |
// Explicitly clear all debug settings. |
SetDebugState(LayerTreeDebugState()); |