Index: Source/core/svg/SVGLengthContext.h |
diff --git a/Source/core/svg/SVGLengthContext.h b/Source/core/svg/SVGLengthContext.h |
index 4fa7ed24375664900ae2a6222d59660870fe50bf..d17b89d7072a364079bf1e060395085d6ebd1c30 100644 |
--- a/Source/core/svg/SVGLengthContext.h |
+++ b/Source/core/svg/SVGLengthContext.h |
@@ -69,12 +69,11 @@ public: |
float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit) const; |
float valueForLength(const Length&, const LayoutStyle&, SVGLengthMode = SVGLengthMode::Other) const; |
+ static float valueForLength(const Length&, const LayoutStyle&, float dimension); |
bool determineViewport(FloatSize&) const; |
private: |
- float valueForLengthWithZoom(const Length&, float, SVGLengthMode) const; |
- |
float convertValueFromUserUnitsToEMS(float value) const; |
float convertValueFromEMSToUserUnits(float value) const; |