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

Unified Diff: third_party/WebKit/public/web/WebInputEvent.h

Issue 1800143002: Notify Blink about start of gesture scroll through a queued event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a few checks. Created 4 years, 8 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: third_party/WebKit/public/web/WebInputEvent.h
diff --git a/third_party/WebKit/public/web/WebInputEvent.h b/third_party/WebKit/public/web/WebInputEvent.h
index d2e24f8f1e33fe979d8ea99fdb3fba8873e4faaf..d4148b672615bd16aa08c02d039839de8db68aca 100644
--- a/third_party/WebKit/public/web/WebInputEvent.h
+++ b/third_party/WebKit/public/web/WebInputEvent.h
@@ -139,7 +139,8 @@ public:
TouchMove,
TouchEnd,
TouchCancel,
- TouchTypeLast = TouchCancel,
+ TouchScrollStarted,
+ TouchTypeLast = TouchScrollStarted,
TypeLast = TouchTypeLast
};

Powered by Google App Engine
This is Rietveld 408576698