Chromium Code Reviews| 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..593f392b7b799a16ee89405089e03596f3639877 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(); |
| + // Additional padding are used to adjust the user-visible size of overview |
|
varkha
2016/07/14 21:34:47
nit: s/are/is
More importantly the comment should
yiyix
2016/07/26 20:27:31
Done.
|
| + // button tray dark background in non-MD. |
| + void AdjustOverviewBackground(); |
|
varkha
2016/07/14 21:34:47
Maybe SetOverviewTrayBorder() ?
yiyix
2016/07/26 20:27:31
Sure, SetOverviewTrayBorder() is more about what t
|
| + |
| // Sets the icon to visible if maximize mode is enabled and |
| // WindowSelectorController::CanSelect. |
| void UpdateIconVisibility(); |