Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index dc5aeaf3affcaebb2227afd6c0c92a7c7078070a..008ae3f65b542e720cd0bbe08d334457829d635a 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -15,6 +15,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(); |