diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 21:06:20 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 21:06:20 +0000 |
commit | 52347c8482d3fad8534a69140fc67d6c8759562c (patch) | |
tree | 223f9e99f28a9934ad3f5d599926d005d25f3441 /cc/layer_tree_host.h | |
parent | 220d60c8d3a980b0fb05414aea478a4d2688d00c (diff) | |
download | chromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.zip chromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.tar.gz chromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.tar.bz2 |
Make cc a component
BUG=154052
Review URL: https://codereview.chromium.org/11365025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165748 0039d316-1c4b-4281-b951-d872f2087c98
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(); |