diff options
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r-- | ui/aura/root_window.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h index 7d12031..1d6c3bf 100644 --- a/ui/aura/root_window.h +++ b/ui/aura/root_window.h @@ -52,6 +52,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, RootWindow(); virtual ~RootWindow(); + // TODO(oshima): Move this to monitor manager. static void set_use_fullscreen_host_window(bool use_fullscreen) { use_fullscreen_host_window_ = use_fullscreen; } @@ -124,9 +125,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, // Called when the host changes size. void OnHostResized(const gfx::Size& size); - // Called when the native screen's resolution changes. - void OnNativeScreenResized(const gfx::Size& size); - // Invoked when |window| is being destroyed. void OnWindowDestroying(Window* window); |