| 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 6e580b31b6acdcebae8b486f76d8f7485bcd88bb..ce5f171de58830edad92809dfa4abda4edcd9504 100644
|
| --- a/ash/common/wm/overview/window_selector_item.h
|
| +++ b/ash/common/wm/overview/window_selector_item.h
|
| @@ -135,10 +135,8 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener,
|
| // Closes |transform_window_|.
|
| void CloseWindow();
|
|
|
| - // Hides the original window header and sets shape or mask on a window.
|
| - // When masks are used, rounded corner |radius| can be specified.
|
| - // TODO(varkha): remove |radius|.
|
| - void HideHeaderAndSetShape(int radius);
|
| + // Hides the original window header.
|
| + void HideHeader();
|
|
|
| // Sets if the item is dimmed in the overview. Changing the value will also
|
| // change the visibility of the transform windows.
|
|
|