Chromium Code Reviews| Index: ui/aura/window.h |
| diff --git a/ui/aura/window.h b/ui/aura/window.h |
| index 2554716188537780875d6fc28c467c69424f7b96..b2395b98ccf7345f541d7743ab4821f4654c2acd 100644 |
| --- a/ui/aura/window.h |
| +++ b/ui/aura/window.h |
| @@ -56,6 +56,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate { |
| public: |
| typedef std::vector<Window*> Windows; |
| + // Property names. |
| + static const char kPropAlwaysOnTop[]; // boolean, default is false. |
|
oshima
2011/11/01 18:35:21
move this to ui/aura/aura_contents.h
xiyuan
2011/11/02 23:26:32
Done.
|
| + |
| explicit Window(WindowDelegate* delegate); |
| virtual ~Window(); |