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 91e7767fc81822e8d6184d17d4a58363cc0622eb..fa064d3ccccbb1b02af8f1e1921257fb80988eb9 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -2056,7 +2056,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. |