| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index 6232bcdb434467966c7e2ba5b0d99ad07063a930..5994beb86a3805fd6845d86b954c2f4e3dad2116 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -419,7 +419,11 @@ void CompositorImpl::SetVisible(bool visible) {
|
| command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
|
|
|
| host_ = cc::LayerTreeHost::CreateSingleThreaded(
|
| - this, this, HostSharedBitmapManager::current(), settings);
|
| + this,
|
| + this,
|
| + HostSharedBitmapManager::current(),
|
| + settings,
|
| + base::MessageLoopProxy::current());
|
| host_->SetRootLayer(root_layer_);
|
|
|
| host_->SetVisible(true);
|
|
|