diff options
-rw-r--r-- | ui/aura/window_tree_host_ozone.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h index 0a32da5..1e1d526 100644 --- a/ui/aura/window_tree_host_ozone.h +++ b/ui/aura/window_tree_host_ozone.h @@ -16,9 +16,9 @@ namespace aura { -class WindowTreeHostOzone : public WindowTreeHost, - public ui::EventSource, - public ui::PlatformEventDispatcher { +class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, + public ui::EventSource, + public ui::PlatformEventDispatcher { public: explicit WindowTreeHostOzone(const gfx::Rect& bounds); virtual ~WindowTreeHostOzone(); |