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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
This is Rietveld 408576698