| Index: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h
|
| index 662e13104c8789151ec684f84faaf6a91a7c6cc6..188aeb43a5106fa5ae6a61ed15f8e53cfb405057 100644
|
| --- a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/animation/InterpolationType.h"
|
| #include "core/svg/SVGPathByteStream.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -15,7 +14,7 @@ class StylePath;
|
|
|
| class PathInterpolationFunctions {
|
| public:
|
| - static std::unique_ptr<SVGPathByteStream> appliedValue(const InterpolableValue&, const NonInterpolableValue*);
|
| + static PassOwnPtr<SVGPathByteStream> appliedValue(const InterpolableValue&, const NonInterpolableValue*);
|
|
|
| static void composite(UnderlyingValueOwner&, double underlyingFraction, const InterpolationType&, const InterpolationValue&);
|
|
|
|
|