summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/stacking_client.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:14:29 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:14:29 +0000
commit3e14cad77812fbf6606d951b60eebd4f566680db (patch)
tree8bd39772f6ae369e9ca282a750dd61b3e81e65d5 /ui/aura/client/stacking_client.h
parent098b2911b28bbfabde8fe38cfa45f2d6c94e2c6e (diff)
downloadchromium_src-3e14cad77812fbf6606d951b60eebd4f566680db.zip
chromium_src-3e14cad77812fbf6606d951b60eebd4f566680db.tar.gz
chromium_src-3e14cad77812fbf6606d951b60eebd4f566680db.tar.bz2
Shell related switches -> aura shell switches.
Aura client window properties->client namespace. Move WindowType to client. BUG=none TEST=existing automation TBR=sky Review URL: http://codereview.chromium.org/8968022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/client/stacking_client.h')
-rw-r--r--ui/aura/client/stacking_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/client/stacking_client.h b/ui/aura/client/stacking_client.h
index 55e64be..ad7603c 100644
--- a/ui/aura/client/stacking_client.h
+++ b/ui/aura/client/stacking_client.h
@@ -12,6 +12,10 @@ namespace aura {
class Window;
namespace client {
+// A property key to store a client that handles window parenting. The type of
+// the value is |aura::client::StackingClient*|.
+AURA_EXPORT extern const char kRootWindowStackingClient[];
+
// An interface implemented by an object that stacks windows.
class AURA_EXPORT StackingClient {
public: