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

Unified Diff: ash/common/wm_window.h

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: Address review issue Created 3 years, 9 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/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 3711ec655f2932baa27d3b138f348909034ded54..acf434c8e0bb7f313a9e394639250fb63768495a 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -9,10 +9,12 @@
#include <vector>
#include "ash/ash_export.h"
+#include "ash/public/cpp/window_properties.h"
sky 2017/04/03 16:38:56 Move includes to .cc? Also, do you really need bot
Peng 2017/04/03 18:03:48 Done.
#include "base/macros.h"
#include "base/observer_list.h"
#include "base/strings/string16.h"
#include "base/time/time.h"
+#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window_observer.h"
#include "ui/base/ui_base_types.h"
#include "ui/compositor/layer_animation_element.h"

Powered by Google App Engine
This is Rietveld 408576698