Chromium Code Reviews| 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), |