Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: ui/aura/window.h

Issue 8387043: [Aura] Support always-on-top top level window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/aura/window.cc » ('j') | ui/aura/window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | ui/aura/window.cc » ('j') | ui/aura/window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698