Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp

Issue 1643663002: Conditionally create PaintLayer's scrollable area object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PaintLayerClipper
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
Xianzhu 2016/02/25 19:57:51 This is changed to use allowsOverflowClip() method
if (oldStyle && (diff.needsPaintInvalidation() || diff.needsLayout()))
setNeedsPaintInvalidation();
}

Powered by Google App Engine
This is Rietveld 408576698