Remove the textured background.

This commit is contained in:
joshaber 2015-05-05 20:53:26 -04:00
parent 6c5429c7f0
commit 102fb66461

View file

@ -313,8 +313,7 @@ NativeWindowMac::NativeWindowMac(content::WebContents* web_contents,
window_.reset([[AtomNSWindow alloc] window_.reset([[AtomNSWindow alloc]
initWithContentRect:cocoa_bounds initWithContentRect:cocoa_bounds
styleMask:NSTitledWindowMask | NSClosableWindowMask | styleMask:NSTitledWindowMask | NSClosableWindowMask |
NSMiniaturizableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask
NSTexturedBackgroundWindowMask
backing:NSBackingStoreBuffered backing:NSBackingStoreBuffered
defer:YES]); defer:YES]);
[window_ setShell:this]; [window_ setShell:this];