Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
index f65eddc7799bfeb08fb7e411de1afcf61a563bee..b9d053fa3fb58fe26652ecc9887f1211d5a3e9ec 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
@@ -60,8 +60,8 @@ public: |
bool useCurrentView() const { return m_useCurrentView; } |
SVGViewSpec* currentView(); |
- Length intrinsicWidth() const; |
- Length intrinsicHeight() const; |
+ float intrinsicWidth() const; |
+ float intrinsicHeight() const; |
FloatSize currentViewportSize() const; |
FloatRect currentViewBoxRect() const; |