Chromium Code Reviews| Index: cc/test/layer_tree_test.cc |
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc |
| index 1437f2ccc08a4b1cb99dd952cd3fbfef28cd8cde..44f1ff19fd37128861853864c1165ebd8cf748de 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) {} |