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

Unified Diff: ash/wm/window_properties.h

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/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index e4cf4dbf13bdb7a55b21adc5fb8d1e602c573333..c0c3d035f8882af76d13587c6783ddd484f21d2c 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -9,12 +9,13 @@
#include "ash/ash_export.h"
#include "ash/common/shelf/shelf_item_types.h"
+#include "ui/base/class_property.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/geometry/rect.h"
namespace aura {
template <typename T>
-struct WindowProperty;
+using WindowProperty = ui::ClassProperty<T>;
}
namespace ash {

Powered by Google App Engine
This is Rietveld 408576698