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

Unified Diff: ui/aura/client/aura_constants.h

Issue 2514243002: Propagates window type properties during aura-mus window creation (Closed)
Patch Set: merge Created 4 years, 1 month 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 | « ui/aura/BUILD.gn ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 167a77952caab0e686c61db365aa29fca44a2a72..9eb52910c9ac71afdd55ddaeb746a43bcc19e987 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -15,6 +15,9 @@
namespace ui {
class InputMethod;
+namespace mojom {
+enum class WindowType;
+}
}
namespace aura {
@@ -101,6 +104,9 @@ AURA_EXPORT extern const aura::WindowProperty<SkColor>* const kTopViewColor;
// A property key to store the window icon, typically 16x16 for title bars.
AURA_EXPORT extern const WindowProperty<gfx::ImageSkia*>* const kWindowIconKey;
+AURA_EXPORT extern const aura::WindowProperty<ui::mojom::WindowType>* const
+ kWindowTypeKey;
+
// Alphabetical sort.
} // namespace client
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698