Index: chrome/views/focus_manager.cc |
=================================================================== |
--- chrome/views/focus_manager.cc (revision 2238) |
+++ chrome/views/focus_manager.cc (working copy) |
@@ -47,7 +47,8 @@ |
// pointer. Detect if we are dealing with this window. In this case we |
// don't need to do anything as the Thinkpad mouse driver will send |
// mouse wheel messages to the right window. |
- if (class_name == L"Syn Visual Class") |
+ if ((class_name == L"Syn Visual Class") || |
+ (class_name == L"SynTrackCursorWindowClass")) |
return false; |
return true; |