summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 16:33:50 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 16:33:50 +0000
commit6fb40cfa6a5e333f9c9eaf7790ed612ba2e206d4 (patch)
tree75af39b426fb2775a0f61a67264a55b76fd371a4 /chrome/views/custom_frame_window.h
parent3f08e9f17de9193c25d9adc592312a0a4f56ece6 (diff)
downloadchromium_src-6fb40cfa6a5e333f9c9eaf7790ed612ba2e206d4.zip
chromium_src-6fb40cfa6a5e333f9c9eaf7790ed612ba2e206d4.tar.gz
chromium_src-6fb40cfa6a5e333f9c9eaf7790ed612ba2e206d4.tar.bz2
Fix weird painting of elements of the non-client area.
http://crbug.com/3264 Review URL: http://codereview.chromium.org/7007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r--chrome/views/custom_frame_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h
index 6b8238b..2682d17 100644
--- a/chrome/views/custom_frame_window.h
+++ b/chrome/views/custom_frame_window.h
@@ -48,6 +48,7 @@ class CustomFrameWindow : public Window {
virtual void DisableInactiveRendering(bool disable);
// Overridden from HWNDViewContainer:
+ virtual void OnEnterMenuLoop(bool is_track_popup_menu);
virtual void OnInitMenu(HMENU menu);
virtual void OnMouseLeave();
virtual LRESULT OnNCActivate(BOOL active);