diff options
Diffstat (limited to 'cc/layer_tree_host.h')
-rw-r--r-- | cc/layer_tree_host.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h index 72a174b..d36390b 100644 --- a/cc/layer_tree_host.h +++ b/cc/layer_tree_host.h @@ -14,6 +14,7 @@ #include "base/memory/scoped_ptr.h" #include "base/time.h" #include "cc/animation_events.h" +#include "cc/cc_export.h" #include "cc/graphics_context.h" #include "cc/layer_tree_host_client.h" #include "cc/layer_tree_host_common.h" @@ -49,7 +50,7 @@ class HeadsUpDisplayLayer; class Region; struct ScrollAndScaleSet; -struct LayerTreeSettings { +struct CC_EXPORT LayerTreeSettings { LayerTreeSettings(); ~LayerTreeSettings(); @@ -90,7 +91,7 @@ struct RendererCapabilities { int maxTextureSize; }; -class LayerTreeHost : public RateLimiterClient { +class CC_EXPORT LayerTreeHost : public RateLimiterClient { public: static scoped_ptr<LayerTreeHost> create(LayerTreeHostClient*, const LayerTreeSettings&); virtual ~LayerTreeHost(); |