| Index: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| similarity index 85%
|
| rename from third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
|
| rename to third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| index 08be9f47f563b8eb058e1771fa2b45192b98b5da..f0c7a77efe1f07f03e7f337d4a63178fcdf1aeed 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
|
| +++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef AnimationTranslationUtil_h
|
| #define AnimationTranslationUtil_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
|
|
| namespace blink {
|
|
|
| @@ -40,8 +40,8 @@ class CompositorTransformOperations;
|
| class FilterOperations;
|
| class TransformOperations;
|
|
|
| -CORE_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
|
| -CORE_EXPORT void toCompositorFilterOperations(const FilterOperations& inOperations, CompositorFilterOperations* outOperations);
|
| +PLATFORM_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
|
| +PLATFORM_EXPORT void toCompositorFilterOperations(const FilterOperations& inOperations, CompositorFilterOperations* outOperations);
|
|
|
| } // namespace blink
|
|
|
|
|