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

Unified Diff: ash/common/wm/overview/overview_animation_type.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/overview/overview_animation_type.h
diff --git a/ash/common/wm/overview/overview_animation_type.h b/ash/common/wm/overview/overview_animation_type.h
index 5db93566192ae92517a61d5fa8244ce9625bcb07..4f8f03f319af21b028d71448b81044673b2a01c1 100644
--- a/ash/common/wm/overview/overview_animation_type.h
+++ b/ash/common/wm/overview/overview_animation_type.h
@@ -14,11 +14,11 @@ enum OverviewAnimationType {
OVERVIEW_ANIMATION_NONE,
// Used to fade in the close button and label.
OVERVIEW_ANIMATION_ENTER_OVERVIEW_MODE_FADE_IN,
+ // Used to fade out the label.
+ OVERVIEW_ANIMATION_EXIT_OVERVIEW_MODE_FADE_OUT,
// Used to position windows when entering/exiting overview mode and when a
// window is closed while overview mode is active.
OVERVIEW_ANIMATION_LAY_OUT_SELECTOR_ITEMS,
- // Used to hide non-overview mode windows.
- OVERVIEW_ANIMATION_HIDE_WINDOW,
// Used to restore windows to their original position when exiting overview
// mode.
OVERVIEW_ANIMATION_RESTORE_WINDOW,

Powered by Google App Engine
This is Rietveld 408576698