| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| index 6d24b0ebef1d95fb8c5a0393a1281293f32f0510..a7dbd3efc85d72ea1e441cb6d52009f01844fdbd 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -59,6 +59,7 @@ public:
|
| float intrinsicHeight() const;
|
| FloatSize currentViewportSize() const;
|
| FloatRect currentViewBoxRect() const;
|
| + SVGPreserveAspectRatio* currentPreserveAspectRatio() const;
|
|
|
| float currentScale() const;
|
| void setCurrentScale(float scale);
|
| @@ -133,6 +134,7 @@ private:
|
|
|
| void inheritViewAttributes(SVGViewElement*);
|
|
|
| + bool shouldSynthesizeViewBox() const;
|
| void updateUserTransform();
|
|
|
| void finishParsingChildren() override;
|
|
|