Chromium Code Reviews| 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; |
|
fs
2016/07/18 13:56:49
Nit: In think this should be const CSSPrimitiveVal
Shanmuga Pandi
2016/07/19 05:33:55
Done.
|
| private: |
| float valueForLength(const Length&, float zoom, SVGLengthMode) const; |