diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 18:56:25 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 18:56:25 +0000 |
commit | cfdc31086667a5a2a72819779de515f325ad444c (patch) | |
tree | 0e104d7aac0c4e4623d1e56cb5c1c609dc198526 | |
parent | ac88e96f64354fa4e123045fbd7a10928ebbfdb1 (diff) | |
download | chromium_src-cfdc31086667a5a2a72819779de515f325ad444c.zip chromium_src-cfdc31086667a5a2a72819779de515f325ad444c.tar.gz chromium_src-cfdc31086667a5a2a72819779de515f325ad444c.tar.bz2 |
ozone: Export WindowTreeHostOzone
The ash component is now using this for AshWindowTreeHostOzone.
R=sadrul
TEST=ash_unittests
BUG=361341
NOTRY=true
Review URL: https://codereview.chromium.org/235533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263300 0039d316-1c4b-4281-b951-d872f2087c98
-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(); |