Index: third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h |
index a9a7076a4c6e9b44f053e52805aa95b25b7da8d7..a7973d8c6003b599abb680bc1fb24c2dcd87997c 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h |
@@ -7,7 +7,6 @@ |
#include "core/layout/api/LineLayoutSVGInline.h" |
#include "core/layout/svg/LayoutSVGTextPath.h" |
-#include <memory> |
namespace blink { |
@@ -28,7 +27,7 @@ public: |
LineLayoutSVGTextPath() { } |
- std::unique_ptr<PathPositionMapper> layoutPath() const |
+ PassOwnPtr<PathPositionMapper> layoutPath() const |
{ |
return toSVGTextPath()->layoutPath(); |
} |