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

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

Issue 1155683005: Drop unused argument from one of the SVGTextMetrics constructors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « Source/core/layout/svg/SVGTextMetrics.h ('k') | Source/core/layout/svg/SVGTextMetricsBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextMetrics.cpp
diff --git a/Source/core/layout/svg/SVGTextMetrics.cpp b/Source/core/layout/svg/SVGTextMetrics.cpp
index a804f1ff930c4bc7b38a74f47d4ce574040c206a..63b48ce4672922bbf3b46951c797739f30930116 100644
--- a/Source/core/layout/svg/SVGTextMetrics.cpp
+++ b/Source/core/layout/svg/SVGTextMetrics.cpp
@@ -90,7 +90,7 @@ SVGTextMetrics SVGTextMetrics::measureCharacterRange(LayoutSVGInlineText* text,
return SVGTextMetrics(text, constructTextRun(text, position, length, textDirection));
}
-SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* text, unsigned position, unsigned length, float width)
+SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* text, unsigned length, float width)
{
ASSERT(text);
« no previous file with comments | « Source/core/layout/svg/SVGTextMetrics.h ('k') | Source/core/layout/svg/SVGTextMetricsBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698