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

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 (comments) 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..5db93566192ae92517a61d5fa8244ce9625bcb07 100644
--- a/ash/common/wm/overview/overview_animation_type.h
+++ b/ash/common/wm/overview/overview_animation_type.h
@@ -21,7 +21,13 @@ 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 scaling down of a window that is about to get closed while
+ // overview mode is active.
+ OVERVIEW_ANIMATION_CLOSING_SELECTOR_ITEM,
+ // Used to animate hiding of a window that is closed while overview mode is
+ // active.
+ OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM
};
} // namespace ash
« no previous file with comments | « no previous file | ash/common/wm/overview/scoped_transform_overview_window.h » ('j') | ash/wm/overview/window_selector_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698