Remove the textured background.
This commit is contained in:
parent
6c5429c7f0
commit
102fb66461
1 changed files with 1 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue