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 9125b2119b72cab770043163c69ed4bc2ef05069..9d927ffec36b0738001b9f0f3d79b3ca565f2722 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen_window.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen_window.mm |
@@ -4,6 +4,7 @@ |
#import "chrome/browser/ui/cocoa/fullscreen_window.h" |
+#import "chrome/browser/ui/cocoa/nsview_additions.h" |
#import "chrome/browser/ui/cocoa/themed_window.h" |
@implementation FullscreenWindow |
@@ -27,6 +28,7 @@ |
// Borderless windows don't usually show up in the Windows menu so whine at |
// Cocoa until it complies. See -dealloc and -setTitle: as well. |
[NSApp addWindowsItem:self title:@"" filename:NO]; |
+ [[self contentView] cr_setWantsLayer:YES]; |
} |
return self; |
} |