summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r--ui/aura/root_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 0af56b2..b3e91ec 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -53,6 +53,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
static void set_use_fullscreen_host_window(bool use_fullscreen) {
use_fullscreen_host_window_ = use_fullscreen;
}
+ static bool use_fullscreen_host_window() {
+ return use_fullscreen_host_window_;
+ }
ui::Compositor* compositor() { return compositor_.get(); }
gfx::Point last_mouse_location() const { return last_mouse_location_; }