| Index: Source/core/animation/AnimationTranslationUtil.h
|
| diff --git a/Source/core/animation/AnimationTranslationUtil.h b/Source/core/animation/AnimationTranslationUtil.h
|
| index 3935630bb5b18ea997aac14dc610d5ecb6c0e0f0..52acfd43f6ac91c1c0ea30406fe93059d11dfcb7 100644
|
| --- a/Source/core/animation/AnimationTranslationUtil.h
|
| +++ b/Source/core/animation/AnimationTranslationUtil.h
|
| @@ -31,6 +31,8 @@
|
| #ifndef AnimationTranslationUtil_h
|
| #define AnimationTranslationUtil_h
|
|
|
| +#include "core/CoreExport.h"
|
| +
|
| namespace blink {
|
|
|
| class FilterOperations;
|
| @@ -38,8 +40,8 @@ class TransformOperations;
|
| class WebFilterOperations;
|
| class WebTransformOperations;
|
|
|
| -void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
|
| -void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
|
| +CORE_EXPORT void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
|
| +CORE_EXPORT void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
|
|
|
| } // namespace blink
|
|
|
|
|