summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_linux.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-01 20:07:20 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-01 20:07:20 +0000
commit79b0ef5a6c9fdd84b4df1a321d3cf20c3a892088 (patch)
tree744ed9193496e287e86c6ca5eec0815da65336bb /ui/aura/root_window_host_linux.h
parentf6bf2dab069eadd776799a3f28922418b079489e (diff)
downloadchromium_src-79b0ef5a6c9fdd84b4df1a321d3cf20c3a892088.zip
chromium_src-79b0ef5a6c9fdd84b4df1a321d3cf20c3a892088.tar.gz
chromium_src-79b0ef5a6c9fdd84b4df1a321d3cf20c3a892088.tar.bz2
Remove the singleton instance get/delete methods from RootWindow (yay)
http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9535025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window_host_linux.h')
-rw-r--r--ui/aura/root_window_host_linux.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
index 0d05b7b..2ad9fe7 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -17,8 +17,7 @@
namespace aura {
-class RootWindowHostLinux : public RootWindowHost,
- public MessageLoop::DestructionObserver {
+class RootWindowHostLinux : public RootWindowHost {
public:
explicit RootWindowHostLinux(const gfx::Rect& bounds);
virtual ~RootWindowHostLinux();
@@ -45,9 +44,6 @@ class RootWindowHostLinux : public RootWindowHost,
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
- // MessageLoop::DestructionObserver Overrides.
- virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
-
// Returns true if there's an X window manager present... in most cases. Some
// window managers (notably, ion3) don't implement enough of ICCCM for us to
// detect that they're there.