Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: sky/viewer/document_view.h

Issue 845593003: Pass ServiceProvider and ServiceProvider& params in Connect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 6494d529e7f2d9356c690b207c38519bf26e6993..6cf997836a6ac040305254342e901eb8ecc8e9ed 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -47,7 +47,8 @@ class DocumentView : public blink::ServiceProvider,
public mojo::ViewManagerDelegate,
public mojo::ViewObserver {
public:
- DocumentView(mojo::ServiceProviderPtr provider,
+ DocumentView(mojo::InterfaceRequest<mojo::ServiceProvider> services,
+ mojo::ServiceProviderPtr exported_services,
mojo::URLResponsePtr response,
mojo::Shell* shell);
virtual ~DocumentView();

Powered by Google App Engine
This is Rietveld 408576698