summaryrefslogtreecommitdiffstats
path: root/views/window/window_win.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 00:05:51 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 00:05:51 +0000
commit863cab911d2d71e4d55cc961110d0f297bb0aa78 (patch)
tree9202e92b8447eff596bc84985d953130d3111617 /views/window/window_win.h
parentbbcd29efb5a1ed6bf27334454b2e641a306dad0d (diff)
downloadchromium_src-863cab911d2d71e4d55cc961110d0f297bb0aa78.zip
chromium_src-863cab911d2d71e4d55cc961110d0f297bb0aa78.tar.gz
chromium_src-863cab911d2d71e4d55cc961110d0f297bb0aa78.tar.bz2
Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.
I tested running the app in Vista non-Aero, and I still got resize cursors on all edges and was able to resize the window. BUG=13926 TEST=Mouse around on the omnibox; the cursor should not flicker. Review URL: http://codereview.chromium.org/159245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/window_win.h')
-rw-r--r--views/window/window_win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/window/window_win.h b/views/window/window_win.h
index 5f6a07b..96bed16 100644
--- a/views/window/window_win.h
+++ b/views/window/window_win.h
@@ -128,7 +128,6 @@ class WindowWin : public WidgetWin,
virtual void OnRButtonUp(UINT ht_component, const CPoint& point);
virtual LRESULT OnNCUAHDrawCaption(UINT msg, WPARAM w_param, LPARAM l_param);
virtual LRESULT OnNCUAHDrawFrame(UINT msg, WPARAM w_param, LPARAM l_param);
- virtual LRESULT OnSetCursor(HWND window, UINT hittest_code, UINT message);
virtual LRESULT OnSetIcon(UINT size_type, HICON new_icon);
virtual LRESULT OnSetText(const wchar_t* text);
virtual void OnSettingChange(UINT flags, const wchar_t* section);