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

Unified Diff: sky/viewer/document_view.h

Issue 873923003: sky/shell should link with sky/engine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: moar deps Created 5 years, 10 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
« no previous file with comments | « sky/shell/ui/platform_impl.cc ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index ae1895be9db16ad3beb7cb2189b9be6b86888973..018214448821999ed716382354d6b111c91319b8 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -98,11 +98,10 @@ class DocumentView : public blink::ServiceProvider,
v8::Handle<v8::Context>) override;
// WebViewClient methods:
- blink::ServiceProvider& services() override;
+ blink::ServiceProvider* services() override;
// Services methods:
mojo::NavigatorHost* NavigatorHost() override;
- mojo::Shell* Shell() override;
// ViewManagerDelegate methods:
void OnEmbed(mojo::View* root,
« no previous file with comments | « sky/shell/ui/platform_impl.cc ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698