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

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

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 | « 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 cbddde0a789de8d820c0126cb091b7911c6558d2..4b85595b5d8dcadc0ed5c332ea356d8fce0fc63c 100644
--- a/Source/core/layout/svg/SVGTextMetrics.h
+++ b/Source/core/layout/svg/SVGTextMetrics.h
@@ -35,7 +35,7 @@ public:
SVGTextMetrics();
SVGTextMetrics(MetricsType);
- SVGTextMetrics(LayoutSVGInlineText*, unsigned position, unsigned length, float width);
+ SVGTextMetrics(LayoutSVGInlineText*, unsigned length, float width);
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