| 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 c54081e13be51e47409a13f922e4cbc53254ac36..066666a76284b8925555014c3e8b56469559b933 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.cc
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.cc
|
| @@ -57,13 +57,13 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl(
|
| DCHECK(layer_tree_host_);
|
| }
|
|
|
| -void WebLayerTreeViewImpl::Initialize(mojo::GpuPtr gpu_service,
|
| +void WebLayerTreeViewImpl::Initialize(mus::mojom::GpuPtr gpu_service,
|
| mus::Window* window,
|
| blink::WebWidget* widget) {
|
| window_ = window;
|
| widget_ = widget;
|
| if (gpu_service) {
|
| - mojo::CommandBufferPtr cb;
|
| + mus::mojom::CommandBufferPtr cb;
|
| gpu_service->CreateOffscreenGLES2Context(GetProxy(&cb));
|
| scoped_refptr<cc::ContextProvider> context_provider(
|
| new mus::ContextProvider(cb.PassInterface().PassHandle()));
|
|
|