Index: third_party/WebKit/Source/core/svg/SVGLengthContext.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthContext.h b/third_party/WebKit/Source/core/svg/SVGLengthContext.h |
index 8cf071b1aadb5c0906fdd978255661af5db333fd..f885b6b6811ca6305126c2c040e6890d5a1409e2 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGLengthContext.h |
+++ b/third_party/WebKit/Source/core/svg/SVGLengthContext.h |
@@ -77,6 +77,7 @@ public: |
static float valueForLength(const Length&, const ComputedStyle&, float dimension); |
bool determineViewport(FloatSize&) const; |
+ float resolveValue(const CSSPrimitiveValue&, SVGLengthMode) const; |
private: |
float valueForLength(const Length&, float zoom, SVGLengthMode) const; |