Index: content/test/web_layer_tree_view_impl_for_testing.cc |
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc |
index 5714a2f950a966e4ac6c3121e2c923661f753d3a..2bcd37fbb7eb183d52f783054cea8337c3b683e0 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -43,7 +43,7 @@ void WebLayerTreeViewImplForTesting::Initialize() { |
// Accelerated animations are enabled for unit tests. |
settings.accelerated_animation_enabled = true; |
layer_tree_host_ = cc::LayerTreeHost::CreateSingleThreaded( |
- this, this, NULL, settings, base::MessageLoopProxy::current()); |
+ this, this, NULL, NULL, settings, base::MessageLoopProxy::current()); |
DCHECK(layer_tree_host_); |
} |