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

Unified Diff: ash/common/wm_window_property.h

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (more tests) Created 4 years, 3 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_property.h
diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h
index b96903567933ab61f8eca8e8c17b1a4429c590a4..bfbcdfba9eed612c203421d5bed4d35f11d2193d 100644
--- a/ash/common/wm_window_property.h
+++ b/ash/common/wm_window_property.h
@@ -23,6 +23,9 @@ enum class WmWindowProperty {
// Type int. See aura::client::kTopViewInset for details.
TOP_VIEW_INSET,
+ // Type int. See aura::client::kTopViewColor for details.
sky 2016/09/08 18:30:17 Shouldn't the type be an SkColor? SkColor is uint3
varkha 2016/09/09 02:25:26 Done.
+ TOP_VIEW_COLOR,
+
// Type bool. See aura::client:kExcludeFromMruKey for details.
EXCLUDE_FROM_MRU,
};

Powered by Google App Engine
This is Rietveld 408576698