| Index: third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp b/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| index a19e0fa0bdecec6edc7cfe55d21198888d0e89e2..d20fe629207f7dfcc3dc5aa653c416edf28ec2c3 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| @@ -157,7 +157,7 @@ void ScrollableAreaPainter::paintOverflowControls(
|
| Optional<ScopedPaintChunkProperties> scopedTransformProperty;
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| const auto* objectProperties =
|
| - getScrollableArea().box().objectPaintProperties();
|
| + getScrollableArea().box().paintProperties();
|
| if (objectProperties && objectProperties->scrollbarPaintOffset()) {
|
| PaintChunkProperties properties(
|
| context.getPaintController().currentPaintChunkProperties());
|
|
|