SetFullscreen => SetFullScreen

This commit is contained in:
Cheng Zhao 2014-11-25 14:34:14 +08:00
parent 28ca883805
commit 271eb63083
8 changed files with 13 additions and 13 deletions

View file

@ -204,7 +204,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
}
bool fullscreen;
if (options.Get(switches::kFullscreen, &fullscreen) && fullscreen) {
SetFullscreen(true);
SetFullScreen(true);
}
bool skip;
if (options.Get(switches::kSkipTaskbar, &skip) && skip) {