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

Unified Diff: ash/wm/window_properties.h

Issue 2539363005: Converts ash to use aura-mus (Closed)
Patch Set: add overrides Created 4 years 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 | « ash/wm/event_client_impl.h ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index ad0bcb97776068e8f89158b9edbfeebf9bf5b62e..6d2025ef70e26bfaafef85a63e0cdb69e7e16ce8 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -5,6 +5,8 @@
#ifndef ASH_WM_WINDOW_PROPERTIES_H_
#define ASH_WM_WINDOW_PROPERTIES_H_
+#include <stdint.h>
+
#include "ash/ash_export.h"
#include "ash/common/shelf/shelf_item_types.h"
#include "ui/base/ui_base_types.h"
@@ -45,7 +47,7 @@ ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const
ASH_EXPORT extern const aura::WindowProperty<ShelfID>* const kShelfIDKey;
// A property key to store the type of a window's shelf item.
-ASH_EXPORT extern const aura::WindowProperty<int>* const kShelfItemTypeKey;
+ASH_EXPORT extern const aura::WindowProperty<int32_t>* const kShelfItemTypeKey;
// Containers with this property (true) are aligned with physical pixel
// boundary.
« no previous file with comments | « ash/wm/event_client_impl.h ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698