Index: chrome/browser/ui/cocoa/fullscreen_window.mm |
diff --git a/chrome/browser/ui/cocoa/fullscreen_window.mm b/chrome/browser/ui/cocoa/fullscreen_window.mm |
index 4530253845b43729ea75ba52ae4dad64f736f0e2..e94dc8ce14be4683e6da5e96c0b92f3127a06173 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen_window.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen_window.mm |
@@ -21,7 +21,7 @@ |
if ((self = [super initWithContentRect:contentRect |
styleMask:NSBorderlessWindowMask |
backing:NSBackingStoreBuffered |
- defer:YES |
+ defer:NO |
screen:screen])) { |
[self setReleasedWhenClosed:NO]; |
// Borderless windows don't usually show up in the Windows menu so whine at |