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 53384067fb46145fb7e95f1d7a1bf2d2b7d6cb89..e3f5fd5cc0c0dcd7950adfc9fe11431c099b017e 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -42,8 +42,8 @@ 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); |
+ layer_tree_host_ = cc::LayerTreeHost::CreateSingleThreaded( |
+ this, this, NULL, settings, base::MessageLoopProxy::current()); |
DCHECK(layer_tree_host_); |
} |