diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 21:55:15 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 21:55:15 +0000 |
commit | 11c49d070cd2b1468a8224aabfabef24a094a488 (patch) | |
tree | 9d4d1ec43fdd406c8c19961b4b8f72da67e79215 /chrome/views/views.vcproj | |
parent | 9441db29eee516da2f6409c7b31d056b726078ed (diff) | |
download | chromium_src-11c49d070cd2b1468a8224aabfabef24a094a488.zip chromium_src-11c49d070cd2b1468a8224aabfabef24a094a488.tar.gz chromium_src-11c49d070cd2b1468a8224aabfabef24a094a488.tar.bz2 |
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.
Review URL: http://codereview.chromium.org/53037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12498 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> |