diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 23:27:19 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 23:27:19 +0000 |
commit | 83a626ae0e1ed70ad24b4e7cd57bf62dba7e8b5c (patch) | |
tree | 15fbbdf92ba4a738828c4ffaee58c589993daf9b /chrome/views/views.vcproj | |
parent | 8bfb33faadbe94daae312fc6b9ed83135946d70c (diff) | |
download | chromium_src-83a626ae0e1ed70ad24b4e7cd57bf62dba7e8b5c.zip chromium_src-83a626ae0e1ed70ad24b4e7cd57bf62dba7e8b5c.tar.gz chromium_src-83a626ae0e1ed70ad24b4e7cd57bf62dba7e8b5c.tar.bz2 |
Relanding since it was breaking the Release build (because of missing includes).
Moving the mouse-wheel message rerouting code out of the focus manager.
This is part of the effort of making the focus manager not window specific.
BUG=None
TEST=Make sure mouse-wheel scrolls the Chrome window under the cursor (try with
a Chrome window, the option window, the task manager table) when it is active
and when it is inactive. Also try using the mouse-wheel on a plugin with a
scroll-view (for example
http://java.sun.com/products/plugin/1.4/demos/plugin/jfc/SwingSet2/SwingSet2.html)
when the browser window is not active, the plugin should scroll.
TBR=ben
Review URL: http://codereview.chromium.org/42624
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 29cf7bd..52ca5af 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -431,6 +431,14 @@ > </File> <File + RelativePath=".\focus\focus_util_win.cc" + > + </File> + <File + RelativePath=".\focus\focus_util_win.h" + > + </File> + <File RelativePath=".\focus\view_storage.cc" > </File> |