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

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

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Address oshima@'s comments Created 3 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/wm/overview/overview_animation_type.h
diff --git a/ash/wm/overview/overview_animation_type.h b/ash/wm/overview/overview_animation_type.h
index 089277e640e644502f058b4cc7dd15a28efa4c32..429ddb9a8f7fe474b6a0af770cba891c33d9ef11 100644
--- a/ash/wm/overview/overview_animation_type.h
+++ b/ash/wm/overview/overview_animation_type.h
@@ -27,7 +27,10 @@ enum OverviewAnimationType {
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
+ OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM,
+ // Used to animate scaling up of a window that is about the get dragged while
varkha 2017/06/21 01:51:52 nit: ... about to get dragged ...
xdai1 2017/06/22 21:46:32 Done.
+ // overview mode is active.
+ OVERVIEW_ANIMATION_DRAGGING_SELECTOR_ITEM,
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698