| 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 bd1b85447a4bfc31a5867587986867d0aef49b42..80539a08c6a5fa1bc703bb712aa290f72879e016 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| @@ -27,7 +27,7 @@ public:
|
|
|
| LineLayoutSVGTextPath() { }
|
|
|
| - Path layoutPath() const
|
| + PassOwnPtr<PathPositionMapper> layoutPath() const
|
| {
|
| return toSVGTextPath()->layoutPath();
|
| }
|
|
|