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

Unified Diff: third_party/WebKit/public/platform/WebGestureEvent.h

Issue 2780803002: Fix dcheck failing on ChromeOS (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/Source/core/input/ScrollManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebGestureEvent.h
diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h
index 360c713574f3b4db895903016cd72ec5860bedaf..8cf36d6d7d3dbadbcee7fcd6d7c02d3239580e43 100644
--- a/third_party/WebKit/public/platform/WebGestureEvent.h
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h
@@ -204,6 +204,7 @@ class WebGestureEvent : public WebInputEvent {
case GestureScrollEnd:
case GestureScrollUpdate:
case GestureFlingStart:
+ case GestureFlingCancel:
case GesturePinchBegin:
case GesturePinchEnd:
case GesturePinchUpdate:
« no previous file with comments | « third_party/WebKit/Source/core/input/ScrollManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698