| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| index 83fdde6b04adf84c2fc35dd0ed953838585e245a..968736037853ca8abce7326e19951e71fa9c1226 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| @@ -74,14 +74,14 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
|
|
|
| FloatRect viewportRect() const { return m_viewport; }
|
|
|
| + const AffineTransform& localToSVGParentTransform() const override;
|
| +
|
| private:
|
| void updateLogicalWidth() override;
|
| void computeLogicalHeight(LayoutUnit logicalHeight,
|
| LayoutUnit logicalTop,
|
| LogicalExtentComputedValues&) const override;
|
|
|
| - const AffineTransform& localToSVGParentTransform() const override;
|
| -
|
| bool m_needsTransformUpdate : 1;
|
| FloatRect m_viewport;
|
| mutable AffineTransform m_localToParentTransform;
|
|
|