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 f533a4abe881aff7a97cc3cef12cc49d59b4fbaa..d3467685e639fd637ca260f2d90830debf0eee42 100644 |
--- a/ash/common/wm/overview/window_selector_item.h |
+++ b/ash/common/wm/overview/window_selector_item.h |
@@ -84,6 +84,11 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener, |
// returns the scale that allows the item to fully fit within |size|. |
float GetItemScale(const gfx::Size& size); |
+ // Returns the union of the original target bounds of all transformed windows |
+ // managed by |this| item, i.e. all regular (normal or panel transient |
+ // descendants of the window returned by GetWindow()). |
+ gfx::Rect GetTargetBoundsInScreen() const; |
+ |
// Sets the bounds of this window selector item to |target_bounds| in the |
// |root_window_| root window. The bounds change will be animated as specified |
// by |animation_type|. |