Index: chrome/browser/ui/cocoa/framed_browser_window.mm |
diff --git a/chrome/browser/ui/cocoa/framed_browser_window.mm b/chrome/browser/ui/cocoa/framed_browser_window.mm |
index 22f44a252aa3825d7cdeb22e06c318d323de8cac..5d098be8d3c00a47cd7a24ab4c2703c7ba498748 100644 |
--- a/chrome/browser/ui/cocoa/framed_browser_window.mm |
+++ b/chrome/browser/ui/cocoa/framed_browser_window.mm |
@@ -55,7 +55,7 @@ const CGFloat kWindowGradientHeight = 24.0; |
if ((self = [super initWithContentRect:contentRect |
styleMask:styleMask |
backing:NSBackingStoreBuffered |
- defer:NO |
+ defer:YES |
wantsViewsOverTitlebar:hasTabStrip])) { |
// The 10.6 fullscreen code copies the title to a different window, which |
// will assert if it's nil. |