mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove the textured background.
This commit is contained in:
@@ -313,8 +313,7 @@ NativeWindowMac::NativeWindowMac(content::WebContents* web_contents,
|
||||
window_.reset([[AtomNSWindow alloc]
|
||||
initWithContentRect:cocoa_bounds
|
||||
styleMask:NSTitledWindowMask | NSClosableWindowMask |
|
||||
NSMiniaturizableWindowMask | NSResizableWindowMask |
|
||||
NSTexturedBackgroundWindowMask
|
||||
NSMiniaturizableWindowMask | NSResizableWindowMask
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:YES]);
|
||||
[window_ setShell:this];
|
||||
|
||||
Reference in New Issue
Block a user