| Index: components/html_viewer/web_layer_tree_view_impl.cc
|
| diff --git a/components/html_viewer/web_layer_tree_view_impl.cc b/components/html_viewer/web_layer_tree_view_impl.cc
|
| index f29252a40f4f6f611745f4b06d2f93c09614f03f..988d0bb37e3fd35655f0122eed68675faf02a216 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.cc
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.cc
|
| @@ -53,7 +53,7 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl(
|
| mojo::CommandBufferPtr cb;
|
| gpu_service->CreateOffscreenGLES2Context(GetProxy(&cb));
|
| scoped_refptr<cc::ContextProvider> context_provider(
|
| - new mojo::ContextProviderMojo(cb.PassMessagePipe()));
|
| + new mojo::ContextProviderMojo(cb.PassInterface().PassHandle()));
|
| output_surface_.reset(
|
| new mojo::OutputSurfaceMojo(this, context_provider, surface.Pass()));
|
| }
|
|
|