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

Unified Diff: sky/viewer/document_view.h

Issue 695803003: Make clicks on <a> request a navigation (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 aac7f1d9e8a5e33ee8150b1d081adc32ccf35968..aa36ebd2ba143c9498319c3f769763c42f1b0185 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -84,7 +84,7 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
int worldId) override;
// WebViewClient methods:
- blink::ServiceProvider* services() override;
+ blink::ServiceProvider& services() override;
// Services methods:
mojo::NavigatorHost* NavigatorHost() override;

Powered by Google App Engine
This is Rietveld 408576698