Index: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
index 1e8c8e4e050967276846ff601061d1e4585a904c..b06405effce6277993063e7ff8be7d5390f20fb0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
@@ -180,7 +180,6 @@ void LayoutScrollbarPart::styleDidChange(StyleDifference diff, const ComputedSty |
setInline(false); |
clearPositionedState(); |
setFloating(false); |
- setHasOverflowClip(false); |
if (oldStyle && (diff.needsPaintInvalidation() || diff.needsLayout())) |
setNeedsPaintInvalidation(); |
} |