diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 21:48:28 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 21:48:28 +0000 |
commit | c8e2e83cb082629c7b0823eab22bcd1e4b1e3aff (patch) | |
tree | dc6100bcd6a4587fb560c8f9dcca0af9d6d680d1 /ash/ash.gyp | |
parent | 1faf3472490808a0aba0660ed2b9bfe32eedcf60 (diff) | |
download | chromium_src-c8e2e83cb082629c7b0823eab22bcd1e4b1e3aff.zip chromium_src-c8e2e83cb082629c7b0823eab22bcd1e4b1e3aff.tar.gz chromium_src-c8e2e83cb082629c7b0823eab22bcd1e4b1e3aff.tar.bz2 |
ash: Show the default tray bubble when dragging the shelf from the right edge.
If the shelf is dragged from the bottom at the right edge of the screen,
then start showing the tray bubble with the drag.
BUG=146878
Review URL: https://chromiumcodereview.appspot.com/10913217
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index cd5b58c..b3e9612 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -274,6 +274,8 @@ 'wm/gestures/shelf_gesture_handler.h', 'wm/gestures/system_pinch_handler.cc', 'wm/gestures/system_pinch_handler.h', + 'wm/gestures/tray_gesture_handler.cc', + 'wm/gestures/tray_gesture_handler.h', 'wm/gestures/two_finger_drag_handler.cc', 'wm/gestures/two_finger_drag_handler.h', 'wm/image_cursors.cc', |