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

Unified Diff: ui/aura/window.cc

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
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index f13ce7cbca503893eeed78881f57d1e2b7a0e9dc..22bffddab88f16b073137a4a2e815a8550c7276b 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -24,6 +24,9 @@
namespace aura {
+// static
+const char Window::kPropAlwaysOnTop[] = "AlwaysOnTop";
oshima 2011/11/01 18:35:21 move this to ui/aura/aura_constants.cc
xiyuan 2011/11/02 23:26:32 Done.
+
Window::Window(WindowDelegate* delegate)
: type_(kWindowType_None),
delegate_(delegate),
« ui/aura/window.h ('K') | « ui/aura/window.h ('k') | ui/aura_shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698