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(); |