summaryrefslogtreecommitdiffstats
path: root/ui/events/event_constants.h
diff options
context:
space:
mode:
authortdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:50:00 +0000
committertdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:50:00 +0000
commit8fd82b8c5a88ff4dd23d74a120ca410d4fd0c676 (patch)
tree4dce8052ab9560f0cfe50521401bd5bff5dc57e6 /ui/events/event_constants.h
parent795eb3d8eb47f028c0f8cf5f1323fbe0cc8617d7 (diff)
downloadchromium_src-8fd82b8c5a88ff4dd23d74a120ca410d4fd0c676.zip
chromium_src-8fd82b8c5a88ff4dd23d74a120ca410d4fd0c676.tar.gz
chromium_src-8fd82b8c5a88ff4dd23d74a120ca410d4fd0c676.tar.bz2
Fix chromium style error in event_constants.h
TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/187673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/events/event_constants.h')
-rw-r--r--ui/events/event_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 26b13a6..7e51eb3 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -31,7 +31,7 @@ enum EventType {
// GestureEvent types
ET_GESTURE_SCROLL_BEGIN,
- ET_GESTURE_TYPE_FIRST = ET_GESTURE_SCROLL_BEGIN,
+ ET_GESTURE_TYPE_START = ET_GESTURE_SCROLL_BEGIN,
ET_GESTURE_SCROLL_END,
ET_GESTURE_SCROLL_UPDATE,
ET_GESTURE_TAP,
@@ -60,7 +60,7 @@ enum EventType {
ET_SCROLL,
ET_SCROLL_FLING_START,
ET_SCROLL_FLING_CANCEL,
- ET_GESTURE_TYPE_LAST = ET_SCROLL_FLING_CANCEL,
+ ET_GESTURE_TYPE_END = ET_SCROLL_FLING_CANCEL,
// Sent by the system to indicate any modal type operations, such as drag and
// drop or menus, should stop.