| Index: cc/animation/transform_operations.h
|
| diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h
|
| index 2cf4b397a3fac3650493953f31db5fd52c006228..c4138c30b2e0df118ff74a2de53166dfd0dd01dd 100644
|
| --- a/cc/animation/transform_operations.h
|
| +++ b/cc/animation/transform_operations.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| +#include "cc/animation/animation_export.h"
|
| #include "cc/animation/transform_operation.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace gfx {
|
| @@ -30,7 +30,7 @@ namespace cc {
|
| // we have two dissimilar sets of transform operations, but the effect may not
|
| // be what was intended. For more information, see the comments for the blend
|
| // function below.
|
| -class CC_EXPORT TransformOperations {
|
| +class CC_ANIMATION_EXPORT TransformOperations {
|
| public:
|
| TransformOperations();
|
| TransformOperations(const TransformOperations& other);
|
|
|