summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 20:14:28 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 20:14:28 +0000
commitddae38aea776d394670731990ee0cb74feac1999 (patch)
tree9c45c76b3e9e0b0c42b035f5431c212c97f231a6 /chrome/browser
parentf2d57574cc8e6392557600f862571806e0b02c26 (diff)
downloadchromium_src-ddae38aea776d394670731990ee0cb74feac1999.zip
chromium_src-ddae38aea776d394670731990ee0cb74feac1999.tar.gz
chromium_src-ddae38aea776d394670731990ee0cb74feac1999.tar.bz2
Turns out making this opaque breaks the findbar overlapping... reverting 40532.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/tab_contents/tab_contents_view_mac.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
index 27e0df5..6949621 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
@@ -328,14 +328,6 @@ void TabContentsViewMac::Observe(NotificationType type,
[super dealloc];
}
-- (BOOL)isOpaque {
- // TabContentsViewCocoa does not draw itself in any way, but its subviews do
- // paint their entire frames. Declaring opaqueness here prevents needless
- // drawing of the window background, which also avoids flicker if the theme is
- // dark.
- return YES;
-}
-
// Registers for the view for the appropriate drag types.
- (void)registerDragTypes {
NSArray* types = [NSArray arrayWithObjects:NSStringPboardType,