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

Unified Diff: sky/engine/public/web/WebWidgetClient.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/public/web/WebViewClient.h ('k') | sky/engine/web/WebInputEventConversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidgetClient.h
diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
index 95ae5aab5c84eb83fbd2bc4624f117e840806ab9..7446e8efc040aa443fa26cb5116b19d0111bb3f1 100644
--- a/sky/engine/public/web/WebWidgetClient.h
+++ b/sky/engine/public/web/WebWidgetClient.h
@@ -40,7 +40,6 @@
namespace blink {
-class WebGestureEvent;
class WebString;
class WebWidget;
struct WebCursorInfo;
@@ -121,9 +120,6 @@ public:
// reset the input method by cancelling any ongoing composition.
virtual void resetInputMethod() { }
- // Called when a gesture event is handled.
- virtual void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) { }
-
// Called during WebWidget::HandleInputEvent for a TouchStart event to inform the embedder
// of the touch actions that are permitted for this touch.
virtual void setTouchAction(WebTouchAction touchAction) { }
« no previous file with comments | « sky/engine/public/web/WebViewClient.h ('k') | sky/engine/web/WebInputEventConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698