summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_tree_host_ozone.h
diff options
context:
space:
mode:
authorspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-11 18:56:25 +0000
committerspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-11 18:56:25 +0000
commitcfdc31086667a5a2a72819779de515f325ad444c (patch)
tree0e104d7aac0c4e4623d1e56cb5c1c609dc198526 /ui/aura/window_tree_host_ozone.h
parentac88e96f64354fa4e123045fbd7a10928ebbfdb1 (diff)
downloadchromium_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
Diffstat (limited to 'ui/aura/window_tree_host_ozone.h')
-rw-r--r--ui/aura/window_tree_host_ozone.h6
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();