Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 72a174b652f150cdcc184a0b2c65cf67d41c6e90..d36390b78ce22dce4feb07dc54b15b47bb07ced7 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(); |