| Index: ash/system/tray/hover_highlight_view.h
|
| diff --git a/ash/system/tray/hover_highlight_view.h b/ash/system/tray/hover_highlight_view.h
|
| index 958436b3e9e65af948f1e23d732d541992f81c08..b280b2fc88b7c2fc201c181f16114c52f484e54b 100644
|
| --- a/ash/system/tray/hover_highlight_view.h
|
| +++ b/ash/system/tray/hover_highlight_view.h
|
| @@ -63,10 +63,10 @@ class HoverHighlightView : public ActionableView {
|
| // Overridden from views::View.
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
|
|
| - private:
|
| // Sets the highlighted color on a text label if |hover| is set.
|
| void SetHoverHighlight(bool hover);
|
|
|
| + private:
|
| // Overridden from ActionableView:
|
| bool PerformAction(const ui::Event& event) override;
|
|
|
| @@ -76,6 +76,7 @@ class HoverHighlightView : public ActionableView {
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| + void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
|
| void OnEnabledChanged() override;
|
| void OnPaintBackground(gfx::Canvas* canvas) override;
|
| void OnFocus() override;
|
|
|