| 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 63a32fdb2877fec8cf8e202ddfdc4ffe054b1bae..d6b2cd0744d2b9782134f6cc3c13ebca5909169c 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -31,8 +31,7 @@
|
| &stats_instrumentation_,
|
| task_graph_runner,
|
| AnimationHost::CreateForTesting(ThreadInstance::IMPL),
|
| - 0,
|
| - nullptr),
|
| + 0),
|
| notify_tile_state_changed_called_(false) {
|
| // Explicitly clear all debug settings.
|
| SetDebugState(LayerTreeDebugState());
|
|
|