Index: third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h |
index 55720fa8052e87fae4c6fc70b239c4b2c7076f1f..4eedee4ede1d1519aeff5fadfa410f6890fa147a 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h |
@@ -32,7 +32,6 @@ class SVGTextMetrics { |
public: |
enum MetricsType { SkippedSpaceMetrics }; |
- SVGTextMetrics(); |
SVGTextMetrics(MetricsType); |
SVGTextMetrics(unsigned length, float width, float height); |