| 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 741417400d92b36e94da1bf267be46326569fde2..741dc9669f41018ec1a47e981960d31ce96db7e4 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -77,6 +77,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| // views::View:
|
| void SetVisible(bool visible) override;
|
| const char* GetClassName() const override;
|
| + const ui::NativeTheme* GetNativeTheme() const override;
|
| void ChildPreferredSizeChanged(views::View* child) override;
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
| void AboutToRequestFocusFromTabTraversal(bool reverse) override;
|
|
|