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

Unified Diff: ash/common/wm/overview/window_selector_item.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/window_selector_item.h
diff --git a/ash/common/wm/overview/window_selector_item.h b/ash/common/wm/overview/window_selector_item.h
index 3c771777baf819d1f36052f351c3c4db63ed8053..877b21c1745b3fa18b15959bab459eda5ee0d872 100644
--- a/ash/common/wm/overview/window_selector_item.h
+++ b/ash/common/wm/overview/window_selector_item.h
@@ -140,6 +140,10 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener,
// |animation_type|.
void UpdateHeaderLayout(OverviewAnimationType animation_type);
+ // Animates opacity of the transformed window and its caption to |opacity|
tdanderson 2016/06/28 15:28:02 nit: "of |transform_window_| rather than 'of the t
varkha 2016/06/28 23:50:36 Done.
+ // using |animation_type|.
+ void AnimateOpacity(float opacity, OverviewAnimationType animation_type);
+
// Updates the close buttons accessibility name.
void UpdateCloseButtonAccessibilityName();

Powered by Google App Engine
This is Rietveld 408576698