diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view_mac.mm | 8 |
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, |