| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 498ce81db6eb6f4e3433fdaa5f8f90c58540a62a..8fec783433e8584fbcc0f630d899e149a2e1eb0f 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -110,6 +110,7 @@ public:
|
| AffineTransform viewBoxToViewTransform(float viewWidth, float viewHeight) const;
|
|
|
| void setupInitialView(const String& fragmentIdentifier, Element* anchorNode);
|
| + bool zoomAndPanEnabled() const;
|
|
|
| bool hasIntrinsicWidth() const;
|
| bool hasIntrinsicHeight() const;
|
|
|