diff options
Diffstat (limited to 'ash/system')
-rw-r--r-- | ash/system/tray/tray_background_view.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h index 6871f67..b1233fd 100644 --- a/ash/system/tray/tray_background_view.h +++ b/ash/system/tray/tray_background_view.h @@ -6,6 +6,7 @@ #define ASH_SYSTEM_TRAY_TRAY_BACKGROUND_VIEW_H_ #pragma once +#include "ash/ash_export.h" #include "ash/launcher/background_animator.h" #include "ash/system/tray/tray_views.h" @@ -19,8 +20,8 @@ class TrayBackground; // his shown/hidden. It also inherits from ActionableView so that the tray // items can override PerformAction when clicked on. -class TrayBackgroundView : public internal::ActionableView, - public BackgroundAnimatorDelegate { +class ASH_EXPORT TrayBackgroundView : public internal::ActionableView, + public BackgroundAnimatorDelegate { public: TrayBackgroundView(); virtual ~TrayBackgroundView(); |