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

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

Issue 874823002: Move GestureEvent to NewEventDispatcher (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fixes Created 5 years, 11 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/engine/platform/scroll/Scrollbar.cpp ('k') | sky/engine/public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | sky/engine/public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698