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