Index: cc/trees/layer_tree_host_unittest_scroll.cc |
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc |
index 114262252949965b8d40980054539b791c515399..387115456366ee806b8140737062722fb4273c79 100644 |
--- a/cc/trees/layer_tree_host_unittest_scroll.cc |
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc |
@@ -1012,7 +1012,7 @@ TEST(LayerTreeHostFlingTest, DidStopFlingingThread) { |
FakeLayerTreeHostClient client(FakeLayerTreeHostClient::DIRECT_3D); |
ASSERT_TRUE(impl_thread.message_loop_proxy().get()); |
- scoped_ptr<LayerTreeHost> layer_tree_host = LayerTreeHost::Create( |
+ scoped_ptr<LayerTreeHost> layer_tree_host = LayerTreeHost::CreateThreaded( |
&client, NULL, settings, impl_thread.message_loop_proxy()); |
impl_thread.message_loop_proxy() |