| Index: ash/common/system/overview/overview_button_tray.h
|
| diff --git a/ash/common/system/overview/overview_button_tray.h b/ash/common/system/overview/overview_button_tray.h
|
| index 1654458d62aba826889cd1926270efe619de7326..f33cdb04981ef9be625d81d489046a11b4bd0047 100644
|
| --- a/ash/common/system/overview/overview_button_tray.h
|
| +++ b/ash/common/system/overview/overview_button_tray.h
|
| @@ -57,6 +57,10 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| // alignment of the shelf.
|
| void SetIconBorderForShelfAlignment();
|
|
|
| + // Sets an empty border around the overview tray to change user-visible size
|
| + // of the dark background. Doesn't do anything in MD.
|
| + void SetOverviewTrayBorder();
|
| +
|
| // Sets the icon to visible if maximize mode is enabled and
|
| // WindowSelectorController::CanSelect.
|
| void UpdateIconVisibility();
|
|
|