| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index b2de1e362e42e9f920416ac90784ba2b85107034..b50b76ca73144d769b66021d70716666940f21f6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2044,7 +2044,7 @@ bool LayoutBox::needsForcedBreakBefore(EBreak previousBreakAfterValue) const
|
| return isForcedFragmentainerBreakValue(breakValue);
|
| }
|
|
|
| -bool LayoutBox::paintedOutputOfObjectHasNoEffect() const
|
| +bool LayoutBox::paintedOutputOfObjectHasNoEffectRegardlessOfSize() const
|
| {
|
| // In case scrollbars got repositioned (which will typically happen if the box got
|
| // resized), we cannot skip invalidation.
|
|
|