diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-19 15:25:12 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-19 15:25:12 +0000 |
commit | 0a161f322d061538c24cb51c1cf340123811cb9c (patch) | |
tree | 01ba1dcbdade77b024a1032ccacb8d1d0d8fa799 /chrome/views/tooltip_manager.h | |
parent | 07f7352f819918267f080ece5b46db05362d9de1 (diff) | |
download | chromium_src-0a161f322d061538c24cb51c1cf340123811cb9c.zip chromium_src-0a161f322d061538c24cb51c1cf340123811cb9c.tar.gz chromium_src-0a161f322d061538c24cb51c1cf340123811cb9c.tar.bz2 |
Fixes bug in tooltip manager. Mouse coordinates for NC events are in
screen coordinates and need to be converted.
BUG=2523
TEST=see bug
Review URL: http://codereview.chromium.org/3160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/tooltip_manager.h')
-rw-r--r-- | chrome/views/tooltip_manager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/views/tooltip_manager.h b/chrome/views/tooltip_manager.h index 6253367..cb793fa 100644 --- a/chrome/views/tooltip_manager.h +++ b/chrome/views/tooltip_manager.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_VIEWS_TOOLTIP_MANAGER_H__ -#define CHROME_VIEWS_TOOLTIP_MANAGER_H__ +#ifndef CHROME_VIEWS_TOOLTIP_MANAGER_H_ +#define CHROME_VIEWS_TOOLTIP_MANAGER_H_ #include <windows.h> #include <string> @@ -160,5 +160,4 @@ class TooltipManager { } // namespace ChromeViews -#endif // CHROME_VIEWS_TOOLTIP_MANAGER_H__ - +#endif // CHROME_VIEWS_TOOLTIP_MANAGER_H_ |