Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h

Issue 2080623002: Revert "Remove OwnPtr from Blink." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698