diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 23:03:32 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 23:03:32 +0000 |
commit | 47504c3539db2a146559f2ed0bd97098831591ed (patch) | |
tree | 004d9e1e2d6892497263d2fa5ca3177cca382900 /views/event.h | |
parent | 0c8f21e59c0d0db06f7e47aca450ca2419915354 (diff) | |
download | chromium_src-47504c3539db2a146559f2ed0bd97098831591ed.zip chromium_src-47504c3539db2a146559f2ed0bd97098831591ed.tar.gz chromium_src-47504c3539db2a146559f2ed0bd97098831591ed.tar.bz2 |
Make linux MouseWheelEvent consistent with win.
Also reverted SubmenuView scroll direction change in r73996.
BUG=chromium:72320
TEST=Views scroll should be consistent on all platforms per chromium:72320
Review URL: http://codereview.chromium.org/6453008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/event.h')
-rw-r--r-- | views/event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/event.h b/views/event.h index 51053ea..b16371e 100644 --- a/views/event.h +++ b/views/event.h @@ -396,7 +396,8 @@ class KeyEvent : public Event { // // MouseWheelEvent class // -// A MouseWheelEvent is used to propagate mouse wheel user events +// A MouseWheelEvent is used to propagate mouse wheel user events. +// Note: e.GetOffset() > 0 means scroll up. // //////////////////////////////////////////////////////////////////////////////// class MouseWheelEvent : public LocatedEvent { |