| Index: Source/core/svg/SVGLengthContext.h
|
| diff --git a/Source/core/svg/SVGLengthContext.h b/Source/core/svg/SVGLengthContext.h
|
| index 5bb213099e256abd178e2e7df1a12e7b6feed727..64c237040c181db4390d2d827f9264eda7c66c69 100644
|
| --- a/Source/core/svg/SVGLengthContext.h
|
| +++ b/Source/core/svg/SVGLengthContext.h
|
| @@ -66,7 +66,7 @@ public:
|
| float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
|
| float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
|
|
|
| - bool determineViewport(float& width, float& height) const;
|
| + bool determineViewport(FloatSize&) const;
|
|
|
| private:
|
| SVGLengthContext(const SVGElement*, const FloatRect& viewport);
|
|
|