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

Unified Diff: public/web/WebInputEvent.h

Issue 165213002: Add First and Last constant to WebInputEvent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputEvent.h
diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
index 6d4c8082e62d81dc295da30f63f290989166cd45..f7fcb6aba14fd46e9ae2eddc713ca88c1354c12b 100644
--- a/public/web/WebInputEvent.h
+++ b/public/web/WebInputEvent.h
@@ -93,6 +93,7 @@ public:
enum Type {
Undefined = -1,
+ TypeFirst = Undefined,
// WebMouseEvent
MouseDown,
@@ -136,6 +137,7 @@ public:
TouchMove,
TouchEnd,
TouchCancel,
+ TypeLast = TouchCancel
};
enum Modifiers {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698