Index: components/html_viewer/html_frame.cc |
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc |
index af7ed2884f4880f4efb7cafac86c18670f454c84..99cb61547c3af5ad02f830b6a8172c5ebb17ef7d 100644 |
--- a/components/html_viewer/html_frame.cc |
+++ b/components/html_viewer/html_frame.cc |
@@ -580,7 +580,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"); |
rjkroege
2015/08/06 22:39:11
where does the cc::impl allocate mojo::<new thing
Fady Samuel
2015/08/07 01:15:21
You are probably referring to OutputSurfaceMojo ht
|
mojo::SurfacePtr surface; |
GetLocalRootApp()->ConnectToService(request.Pass(), &surface); |