| 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()
|
|
|