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

Unified Diff: ash/common/wm/overview/overview_animation_type.h

Issue 2101843003: [ash-md] Animates a window closed while in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Animates a window closed while in overview mode Created 4 years, 6 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 66cd60c8051c6e771279d666a18ec26c4661002f..48b8b89afef0dc5066b008f7c1d474cc8de32214 100644
--- a/ash/common/wm/overview/overview_animation_type.h
+++ b/ash/common/wm/overview/overview_animation_type.h
@@ -21,7 +21,10 @@ enum OverviewAnimationType {
OVERVIEW_ANIMATION_HIDE_WINDOW,
// Used to restore windows to their original position when exiting overview
// mode.
- OVERVIEW_ANIMATION_RESTORE_WINDOW
+ OVERVIEW_ANIMATION_RESTORE_WINDOW,
+ // Used to animate hiding of a window that is is closed while overview mode is
+ // active.
+ OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698