Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h

Issue 1683903004: Factor out the <textPath> positioning mapping code into a helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h » ('j') | no next file with comments »

Powered by Google App Engine