summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.h
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 04:12:45 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 04:12:45 +0000
commitc2176e789af9629724d538b0ccc5ede157f7cb5a (patch)
tree4192edbfc21d9b0cee97eaed2144009c53733dad /chrome/views/custom_frame_window.h
parent19b8e5925bb7fc2d76d9afa8b97408020c556ad6 (diff)
downloadchromium_src-c2176e789af9629724d538b0ccc5ede157f7cb5a.zip
chromium_src-c2176e789af9629724d538b0ccc5ede157f7cb5a.tar.gz
chromium_src-c2176e789af9629724d538b0ccc5ede157f7cb5a.tar.bz2
Eliminate non-client flicker of the standard windows title bar when handling WM_SETTEXT.
Make sure mouse leave messages are sent for controls within the non-client areas of the window too. http://crbug.com/2689 http://crbug.com/2710 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r--chrome/views/custom_frame_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h
index c8015f1..6b8238b 100644
--- a/chrome/views/custom_frame_window.h
+++ b/chrome/views/custom_frame_window.h
@@ -53,12 +53,12 @@ class CustomFrameWindow : public Window {
virtual LRESULT OnNCActivate(BOOL active);
virtual LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param);
virtual LRESULT OnNCHitTest(const CPoint& point);
- virtual LRESULT OnNCMouseMove(UINT flags, const CPoint& point);
virtual void OnNCPaint(HRGN rgn);
virtual void OnNCLButtonDown(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 OnSetText(const wchar_t* text);
virtual void OnSize(UINT param, const CSize& size);
private: