| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 3ced59e9528c400b0308c4bcb5e3f757bb123e69..701c12fd036c011fa507f8aa6503b56bb4df6ec3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -689,7 +689,7 @@ public:
|
| // break, we also need to know the break-after value of the previous in-flow sibling.
|
| bool needsForcedBreakBefore(EBreak previousBreakAfterValue) const;
|
|
|
| - bool paintedOutputOfObjectHasNoEffect() const override;
|
| + bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
|
| LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override;
|
| virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants);
|
|
|