| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index a03f2b91c793232327f740310edad49f389a7dfe..00bd8d13e8ca088c2354352ffaaa1e94e7147160 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -194,7 +194,7 @@ void SingleThreadProxy::DoCommit(scoped_ptr<ResourceUpdateQueue> queue) {
|
| scoped_ptr<ResourceUpdateController> update_controller =
|
| ResourceUpdateController::Create(
|
| NULL,
|
| - Proxy::MainThread(),
|
| + Proxy::MainThread()->TaskRunner(),
|
| queue.Pass(),
|
| layer_tree_host_impl_->resource_provider());
|
| update_controller->Finalize();
|
|
|