| Index: components/html_viewer/html_frame.cc
|
| diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
|
| index ceb7a4a91b9449981ac85102b6606929347bc0d1..1e6435e4786997a68b1b255c6c375b521d855211 100644
|
| --- a/components/html_viewer/html_frame.cc
|
| +++ b/components/html_viewer/html_frame.cc
|
| @@ -588,7 +588,7 @@ void HTMLFrame::didChangeContents() {
|
|
|
| void HTMLFrame::initializeLayerTreeView() {
|
| mojo::URLRequestPtr request(mojo::URLRequest::New());
|
| - request->url = mojo::String::From("mojo:surfaces_service");
|
| + request->url = mojo::String::From("mojo:view_manager");
|
| mojo::SurfacePtr surface;
|
| GetLocalRootApp()->ConnectToService(request.Pass(), &surface);
|
|
|
|
|