| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| index 542087ebd76d1a83c9e434fba7234680a2455330..26a4817f07ea374e0c86b7c0e45dfde84c3b1d61 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| @@ -42,7 +42,7 @@ protected:
|
| private:
|
| // LayoutSVGHiddenContainer paints nothing.
|
| void paint(const PaintInfo&, const LayoutPoint&) const final { }
|
| - bool paintedOutputOfObjectHasNoEffect() const final { return true; }
|
| + bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const final { return true; }
|
| LayoutRect absoluteClippedOverflowRect() const final { return LayoutRect(); }
|
| FloatRect paintInvalidationRectInLocalSVGCoordinates() const final { return FloatRect(); }
|
| void absoluteQuads(Vector<FloatQuad>&) const final { }
|
|
|