| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index 5bf986bf74175dedb5d4de0457e3d5685214580e..d474592d843916961bb83fec4bd93abfed4c03e0 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -45,7 +45,6 @@ namespace blink {
|
| class ServiceProvider;
|
| class WebCompositorOutputSurface;
|
| class WebElement;
|
| -class WebGestureEvent;
|
| class WebHitTestResult;
|
| class WebImage;
|
| class WebKeyboardEvent;
|
| @@ -108,9 +107,6 @@ public:
|
| // unless the view did not need a layout.
|
| virtual void didUpdateLayout() { }
|
|
|
| - // Return true to swallow the input event if the embedder will start a disambiguation popup
|
| - virtual bool didTapMultipleTargets(const WebGestureEvent&, const WebVector<WebRect>& targetRects) { return false; }
|
| -
|
| // Returns comma separated list of accept languages.
|
| virtual WebString acceptLanguages() { return WebString(); }
|
|
|
|
|