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

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

Issue 2754963002: Update cros network info bubble (Closed)
Patch Set: more clean up 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: ui/wm/core/shadow_types.h
diff --git a/ui/wm/core/shadow_types.h b/ui/wm/core/shadow_types.h
index b437c1b1df8a34ccf3dcfde29e4293269329ab59..f980188076a100437002b887c58cbf7968ae316b 100644
--- a/ui/wm/core/shadow_types.h
+++ b/ui/wm/core/shadow_types.h
@@ -18,6 +18,7 @@ enum class ShadowElevation {
// default.
DEFAULT = -1,
NONE = 0,
+ TINY = 2,
SMALL = 6,
MEDIUM = 8,
LARGE = 24,

Powered by Google App Engine
This is Rietveld 408576698