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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index b04857d..983ec87 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -50,8 +50,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
public internal::FocusManager,
public ui::LayerAnimationObserver {
public:
- static RootWindow* GetInstance();
- static void DeleteInstance();
+ RootWindow();
+ virtual ~RootWindow();
static void set_use_fullscreen_host_window(bool use_fullscreen) {
use_fullscreen_host_window_ = use_fullscreen;
@@ -197,9 +197,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
private:
friend class Window;
- RootWindow();
- virtual ~RootWindow();
-
// Called whenever the mouse moves, tracks the current |mouse_moved_handler_|,
// sending exited and entered events as its value changes.
void HandleMouseMoved(const MouseEvent& event, Window* target);