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

Unified Diff: sky/engine/public/web/WebViewClient.h

Issue 696733003: Introduce blink::ServiceProvider (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/engine/public/web/WebViewClient.h
diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
index 8e98aba6d5df65560fa694dcb7a61a555b72c743..791301ffad74465e4d683b71495cdcddea122a61 100644
--- a/sky/engine/public/web/WebViewClient.h
+++ b/sky/engine/public/web/WebViewClient.h
@@ -44,6 +44,7 @@
namespace blink {
+class ServiceProvider;
class WebCompositorOutputSurface;
class WebElement;
class WebGestureEvent;
@@ -66,6 +67,8 @@ struct WebSize;
// easily reused as part of an implementation of WebViewClient.
class WebViewClient : virtual public WebWidgetClient {
public:
+ virtual ServiceProvider* services() = 0;
+
// Editing -------------------------------------------------------------
// This method is called in response to WebView's handleInputEvent()

Powered by Google App Engine
This is Rietveld 408576698