| Index: cc/contents_scaling_layer.h
|
| diff --git a/cc/contents_scaling_layer.h b/cc/contents_scaling_layer.h
|
| index 45497eecab80eff70a07d19a5b0557ec0d14acb2..d167d7f29648e1da0f150040087c8ab108a7449c 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;
|
|
|