diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 19:05:24 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 19:05:24 +0000 |
commit | 912be0e2d1c0d8e77a0af3c60ea856ba05503194 (patch) | |
tree | 0e70a34810f807fd9ee8402f9046361f866045c4 /ui/ui.gyp | |
parent | fa219e8b7bac7585e62698241d99464c23af0f66 (diff) | |
download | chromium_src-912be0e2d1c0d8e77a0af3c60ea856ba05503194.zip chromium_src-912be0e2d1c0d8e77a0af3c60ea856ba05503194.tar.gz chromium_src-912be0e2d1c0d8e77a0af3c60ea856ba05503194.tar.bz2 |
Aura: Resize cursors show properly when hovering over window frame
+ Set the cursor in the desktop's event filter.
+ Add the ui::EF_IS_NON_CLIENT flag to mouse events when needed, so views doesn't override the cursor.
+ Move views/window/hit_test.h to ui/base/hit_test.h and remove the extra copy in ui/aura.
BUG=103298
TEST=move cursor over desktop, window edges, window client area
Review URL: http://codereview.chromium.org/8501018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ 'base/gtk/owned_widget_gtk.h', 'base/gtk/tooltip_window_gtk.cc', 'base/gtk/tooltip_window_gtk.h', + 'base/hit_test.h', 'base/ime/composition_text.cc', 'base/ime/composition_text.h', 'base/ime/composition_underline.h', |