| 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 765dd58c6a3dc6452ab3f96376bd0815f81d0248..1cf88c154fb6b2e2266a7f6298d19eef69d0bb41 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.cc
|
| +++ b/ash/common/system/tray/hover_highlight_view.cc
|
| @@ -33,7 +33,9 @@ const gfx::FontList& GetFontList(bool highlight) {
|
| namespace ash {
|
|
|
| HoverHighlightView::HoverHighlightView(ViewClickListener* listener)
|
| - : listener_(listener), highlight_color_(kHoverBackgroundColor) {
|
| + : ActionableView(nullptr),
|
| + listener_(listener),
|
| + highlight_color_(kHoverBackgroundColor) {
|
| set_notify_enter_exit_on_child(true);
|
| }
|
|
|
|
|