| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| index 713cffdb577a51858526c2d1f8a45e2a0bed4bf7..42219482f0842251f5d1ba47b5d4028b370623a1 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| @@ -38,7 +38,6 @@ class LayoutSVGViewportContainer final : public LayoutSVGContainer {
|
|
|
| bool isLayoutSizeChanged() const { return m_isLayoutSizeChanged; }
|
|
|
| - void determineIfLayoutSizeChanged() override;
|
| void setNeedsTransformUpdate() override;
|
|
|
| const char* name() const override { return "LayoutSVGViewportContainer"; }
|
| @@ -49,6 +48,8 @@ class LayoutSVGViewportContainer final : public LayoutSVGContainer {
|
| LayoutSVGContainer::isOfType(type);
|
| }
|
|
|
| + void layout() override;
|
| +
|
| AffineTransform localToSVGParentTransform() const override {
|
| return m_localToParentTransform;
|
| }
|
|
|