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