summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 17:16:21 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 17:16:21 +0000
commita42a7ee454165d73e161448383cdf3dc3b1f164a (patch)
tree7b86ca4d25951d89ccf371de8c0dc101c50c5ba4 /ui/aura/root_window.h
parent687bc8a9e767e8eebbc287b8785bc4ed1302d446 (diff)
downloadchromium_src-a42a7ee454165d73e161448383cdf3dc3b1f164a.zip
chromium_src-a42a7ee454165d73e161448383cdf3dc3b1f164a.tar.gz
chromium_src-a42a7ee454165d73e161448383cdf3dc3b1f164a.tar.bz2
A bunch of changes related to window z-index:
- Keeps toplevel windows constrained in z-index between the desktop background (bottom-most) and the launcher (topmost). - Renames WindowManager to EventFilter, and moves it to the parent Window... i.e. when a window receives a mouse event its parent's event filter will get the opportunity to process it before that window's delegate does. - WindowManager's content was mostly specific to toplevel window movement, so this content moved to an EventFilter subclass called ToplevelEventFilter. - Adds a name property to aura::Windows useful for debugging. - Prevent Windows with no delegate from taking part in event processing. - Initialize the Aura_Shell in DesktopWindow, provide a single exported method - aura_shell::InitDesktopWindow() - to initialize it from the exe main. BUG=none TEST=none Review URL: http://codereview.chromium.org/7970001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r--ui/aura/root_window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index a985ab2..d709ce3 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -27,7 +27,6 @@ class RootWindow : public Window {
bool HandleKeyEvent(const KeyEvent& event);
// Overridden from Window:
- virtual bool IsTopLevelWindowContainer() const OVERRIDE;
virtual FocusManager* GetFocusManager() OVERRIDE;
private: