fixes osx request call
This commit is contained in:
parent
a8ae14e94f
commit
664f95a7b4
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ void NativeWindowMac::SetFullScreen(bool fullscreen) {
|
|||
if (fullscreen == IsFullscreen())
|
||||
return;
|
||||
|
||||
if (fullscreen && shell_->RequestEnterFullScreen())
|
||||
if (fullscreen && RequestEnterFullScreen())
|
||||
return;
|
||||
|
||||
if (!base::mac::IsOSLionOrLater()) {
|
||||
|
|
Loading…
Reference in a new issue