[M120 Migration]Fix for crash during chrome exit
[platform/framework/web/chromium-efl.git] / chrome / browser / fullscreen_win.cc
1 // Copyright 2017 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/fullscreen.h"
6
7 #include "ui/base/fullscreen_win.h"
8
9 bool IsFullScreenMode() {
10   return ui::IsFullScreenMode();
11 }