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

Unified Diff: ash/mus/window_properties.cc

Issue 2632543003: Refactor and push window properties up to class properties. (Closed)
Patch Set: More build fixes Created 3 years, 11 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: ash/mus/window_properties.cc
diff --git a/ash/mus/window_properties.cc b/ash/mus/window_properties.cc
index c2ba9a8981692f9986fb65923adaf0424d9eaf32..cb922fc8f3fb818fb50deb950b85be5573ac94d2 100644
--- a/ash/mus/window_properties.cc
+++ b/ash/mus/window_properties.cc
@@ -4,14 +4,14 @@
#include "ash/mus/window_properties.h"
-#include "ui/aura/window_property.h"
+#include "ui/base/class_property.h"
namespace ash {
namespace mus {
-DEFINE_WINDOW_PROPERTY_KEY(bool, kRenderTitleAreaProperty, false);
+DEFINE_UI_CLASS_PROPERTY_KEY(bool, kRenderTitleAreaProperty, false);
-DEFINE_WINDOW_PROPERTY_KEY(bool, kWindowIsJanky, false);
+DEFINE_UI_CLASS_PROPERTY_KEY(bool, kWindowIsJanky, false);
} // namespace mus
} // namespace ash
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/root_window_settings.cc » ('j') | ui/base/class_property.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698