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

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: Created 4 years, 9 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 3be5b18ebb24d3d90a822ec613be11e02767e113..eaf6f7e360324b2cdbabfd4c629f262d0a9be81f 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