| Index: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| index 2403781b7606c0b07fc1cddc6c7bb39693b1a6e8..a97bd7d22720ecf4d17918d77bc6d24471214cd7 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| @@ -182,9 +182,6 @@ PaintInvalidationReason BoxPaintInvalidator::computePaintInvalidationReason() {
|
|
|
| DCHECK(borderBoxChanged);
|
|
|
| - if (m_box.hasNonCompositedScrollbars())
|
| - return PaintInvalidationBorderBoxChange;
|
| -
|
| if (style.hasVisualOverflowingEffect() || style.hasAppearance() ||
|
| style.hasFilterInducingProperty() || style.resize() != RESIZE_NONE ||
|
| style.hasMask())
|
|
|