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

Unified Diff: Source/core/layout/svg/SVGTextMetrics.h

Issue 1038843002: Get rid of SVGTextMetrics functions without an explicit TextDirection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Source/core/layout/svg/SVGTextMetrics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextMetrics.h
diff --git a/Source/core/layout/svg/SVGTextMetrics.h b/Source/core/layout/svg/SVGTextMetrics.h
index 02d88023085a3bd1dee2211d2422da4e2b95c457..cbddde0a789de8d820c0126cb091b7911c6558d2 100644
--- a/Source/core/layout/svg/SVGTextMetrics.h
+++ b/Source/core/layout/svg/SVGTextMetrics.h
@@ -37,10 +37,6 @@ public:
SVGTextMetrics(MetricsType);
SVGTextMetrics(LayoutSVGInlineText*, unsigned position, unsigned length, float width);
- // FIXME: Migrate away from these to the two below.
- static SVGTextMetrics measureCharacterRange(LayoutSVGInlineText*, unsigned position, unsigned length);
- static TextRun constructTextRun(LayoutSVGInlineText*, unsigned position, unsigned length);
-
static SVGTextMetrics measureCharacterRange(LayoutSVGInlineText*, unsigned position, unsigned length, TextDirection);
static TextRun constructTextRun(LayoutSVGInlineText*, unsigned position, unsigned length, TextDirection);
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextMetrics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698