| Index: ash/common/system/tray/tray_background_view.h
|
| diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
|
| index ab4d863804ec2c3c5c92458a69c899a422f9d3f0..bb59bcc98973fdd5eb531d7d9459d2c8dd8f925b 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -147,6 +147,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| void HandlePerformActionResult(bool action_performed,
|
| const ui::Event& event) override;
|
| gfx::Rect GetFocusBounds() override;
|
| + void OnPaintFocus(gfx::Canvas* canvas) override;
|
|
|
| private:
|
| class TrayWidgetObserver;
|
|
|