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/contents_scaling_layer.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/contents_scaling_layer.h')
-rw-r--r-- | cc/contents_scaling_layer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/contents_scaling_layer.h b/cc/contents_scaling_layer.h index 45497ee..d167d7f 100644 --- a/cc/contents_scaling_layer.h +++ b/cc/contents_scaling_layer.h @@ -5,13 +5,14 @@ #ifndef CC_CONTENTS_SCALING_LAYER_H #define CC_CONTENTS_SCALING_LAYER_H +#include "cc/cc_export.h" #include "cc/layer.h" namespace cc { // Base class for layers that need contents scale. // The content bounds are determined by bounds and scale of the contents. -class ContentsScalingLayer : public Layer { +class CC_EXPORT ContentsScalingLayer : public Layer { public: virtual gfx::Size contentBounds() const OVERRIDE; virtual float contentsScaleX() const OVERRIDE; |