summaryrefslogtreecommitdiffstats
path: root/ash/wm/always_on_top_controller.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-20 14:57:29 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-20 14:57:29 +0000
commit9505857261d50aba30e49b60a13a194f6b8d2afa (patch)
treea618d5f2d086a23dab44268853360d3f014c2946 /ash/wm/always_on_top_controller.h
parent103c6801d4c2589af42f4317231e02181890ec92 (diff)
downloadchromium_src-9505857261d50aba30e49b60a13a194f6b8d2afa.zip
chromium_src-9505857261d50aba30e49b60a13a194f6b8d2afa.tar.gz
chromium_src-9505857261d50aba30e49b60a13a194f6b8d2afa.tar.bz2
Initial crack at new workspace behavior. Each workspace now has its
own window. This complicates usage of shell window ids a bit. I need to sort out animations (I've disabled them for the moment when this is enabled). BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/always_on_top_controller.h')
-rw-r--r--ash/wm/always_on_top_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/always_on_top_controller.h
index 22fe342..386ce27 100644
--- a/ash/wm/always_on_top_controller.h
+++ b/ash/wm/always_on_top_controller.h
@@ -41,6 +41,8 @@ class AlwaysOnTopController : public aura::WindowObserver {
intptr_t old) OVERRIDE;
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
+ // TODO(sky): remove this after workspace2 is the default.
+ // Is NULL if workspace2 is enabled.
aura::Window* default_container_;
aura::Window* always_on_top_container_;