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-08-11 17:46:07 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 17:46:07 +0000
commit621adaae105bee50e90d58accbe4d52f6bd8139c (patch)
tree90d49a019e072a16f61263e761a75fb648c0d4a0 /chrome/views/custom_frame_window.h
parent59b872f5f1d071077e57b828162e9246c2a5c255 (diff)
downloadchromium_src-621adaae105bee50e90d58accbe4d52f6bd8139c.zip
chromium_src-621adaae105bee50e90d58accbe4d52f6bd8139c.tar.gz
chromium_src-621adaae105bee50e90d58accbe4d52f6bd8139c.tar.bz2
Add support for ChromeViews::Windows to disable inactive rendering. This is for the new frames to make it so when infobubbles are activated the window frame isn't deactivated.
B=1318343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@659 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 b540de0..592c317 100644
--- a/chrome/views/custom_frame_window.h
+++ b/chrome/views/custom_frame_window.h
@@ -73,6 +73,7 @@ class CustomFrameWindow : public Window {
// Overridden from Window:
virtual void SizeWindowToDefault();
virtual void EnableClose(bool enable);
+ virtual void DisableInactiveRendering(bool disable);
// Overridden from HWNDViewContainer:
virtual void OnInitMenu(HMENU menu);