Chromium Code Reviews| Index: ash/common/system/tray/hover_highlight_view.cc |
| diff --git a/ash/common/system/tray/hover_highlight_view.cc b/ash/common/system/tray/hover_highlight_view.cc |
| index 739810c9076559400fdefd1f6149f22c1f317918..c96f14315dc548c5ce3e9e4d578648b39e73a6fc 100644 |
| --- a/ash/common/system/tray/hover_highlight_view.cc |
| +++ b/ash/common/system/tray/hover_highlight_view.cc |
| @@ -373,7 +373,7 @@ void HoverHighlightView::GetAccessibleNodeData(ui::AXNodeData* node_data) { |
| gfx::Size HoverHighlightView::GetPreferredSize() const { |
| gfx::Size size = ActionableView::GetPreferredSize(); |
| - const int default_height = GetTrayConstant(TRAY_POPUP_ITEM_MIN_HEIGHT); |
| + const int default_height = kTrayPopupItemMinHeight; |
|
tdanderson
2017/02/28 17:08:18
nit: local variable not needed
Evan Stade
2017/03/01 04:28:54
Done.
|
| if (custom_height_) |
| size.set_height(custom_height_); |