diff options
Diffstat (limited to 'ui/aura/root_window_host_x11.h')
-rw-r--r-- | ui/aura/root_window_host_x11.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h index 91d8bca..9ddb4c7 100644 --- a/ui/aura/root_window_host_x11.h +++ b/ui/aura/root_window_host_x11.h @@ -32,9 +32,9 @@ namespace internal { class TouchEventCalibrate; } -class RootWindowHostX11 : public RootWindowHost, - public base::MessageLoop::Dispatcher, - public EnvObserver { +class AURA_EXPORT RootWindowHostX11 : public RootWindowHost, + public base::MessageLoop::Dispatcher, + public EnvObserver { public: explicit RootWindowHostX11(const gfx::Rect& bounds); virtual ~RootWindowHostX11(); |