don't defer in NSWindow creation
https://chromium-review.googlesource.com/c/chromium/src/+/2707696
This commit is contained in:
parent
01ca00ec82
commit
3122820e58
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
|||
if ((self = [super initWithContentRect:ui::kWindowSizeDeterminedLater
|
||||
styleMask:styleMask
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:YES])) {
|
||||
defer:NO])) {
|
||||
shell_ = shell;
|
||||
}
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue