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 { |