| Index: ui/aura/client/stacking_client.h
|
| ===================================================================
|
| --- ui/aura/client/stacking_client.h (revision 114849)
|
| +++ ui/aura/client/stacking_client.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| 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:
|
|
|