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

Unified Diff: ui/wm/core/shadow_types.h

Issue 954123002: Remove wm::SHADOW_TYPE_RECTANGULAR_ALWAYS_ACTIVE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ui/wm/core/shadow_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/shadow_types.h
diff --git a/ui/wm/core/shadow_types.h b/ui/wm/core/shadow_types.h
index ef6be1d18a765cf55a75218a9984cbee7ad7f7d8..1198a43b16c72c84abd56a86d30fdf6e90e5d0b1 100644
--- a/ui/wm/core/shadow_types.h
+++ b/ui/wm/core/shadow_types.h
@@ -20,7 +20,6 @@ enum ShadowType {
// Starts at 0 due to the cast in GetShadowType().
SHADOW_TYPE_NONE = 0,
SHADOW_TYPE_RECTANGULAR,
- SHADOW_TYPE_RECTANGULAR_ALWAYS_ACTIVE,
};
WM_EXPORT void SetShadowType(aura::Window* window, ShadowType shadow_type);
« no previous file with comments | « ui/wm/core/shadow_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698