| Index: cc/test/layer_tree_test.cc
|
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
|
| index de0b9076c77374e2018a7859872b5dc798170d2f..b723c56ea7790c8c725d4081491ae4e02f6a1297 100644
|
| --- a/cc/test/layer_tree_test.cc
|
| +++ b/cc/test/layer_tree_test.cc
|
| @@ -72,7 +72,8 @@ class LayerTreeHostImplForTesting : public LayerTreeHostImpl {
|
| host_impl_client,
|
| proxy,
|
| stats_instrumentation,
|
| - NULL),
|
| + NULL,
|
| + 0),
|
| test_hooks_(test_hooks),
|
| block_notify_ready_to_activate_for_testing_(false),
|
| notify_ready_to_activate_was_blocked_(false) {}
|
|
|