| 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..a47eefc0664f4dcb8ad79f4f79b5527ad72e4d11 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 = SVGLengthMode::Other) const;
|
|
|
| private:
|
| float valueForLength(const Length&, float zoom, SVGLengthMode) const;
|
|
|