Index: ash/wm/overview/window_selector_window.h |
diff --git a/ash/wm/overview/window_selector_window.h b/ash/wm/overview/window_selector_window.h |
index 0c6d7b84ff013ee381f130882a172e13b18b7a48..3dddf576f42d6333d97dea34a3ed0482ba8e0330 100644 |
--- a/ash/wm/overview/window_selector_window.h |
+++ b/ash/wm/overview/window_selector_window.h |
@@ -52,12 +52,19 @@ class WindowSelectorWindow : public WindowSelectorItem, |
// to match the window selector item. |
void UpdateCloseButtonBounds(); |
+ // IDEM UpdateCloseButtonBounds, creates a label to display under the window |
flackr
2014/04/10 15:03:05
IDEM?
|
+ // and/or updates the bounds accordingly |
+ void UpdateWindowLabels(const gfx::Rect& target_bounds); |
+ |
// The window with a scoped transform represented by this selector item. |
ScopedTransformOverviewWindow transform_window_; |
// An easy to access close button for the window in this item. |
scoped_ptr<views::Widget> close_button_; |
+ // Label under the window with the tab name. |
+ scoped_ptr<views::Widget> window_label_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WindowSelectorWindow); |
}; |