| 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 6c27def88f5943eb12efd388abc407581efb327d..94dea2f946012bb7ed79767469cd526dadcfb809 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| @@ -166,7 +166,8 @@ void ScrollableAreaPainter::paintOverflowControls(
|
| if (objectProperties && objectProperties->scrollbarPaintOffset()) {
|
| PaintChunkProperties properties(
|
| context.getPaintController().currentPaintChunkProperties());
|
| - properties.transform = objectProperties->scrollbarPaintOffset();
|
| + properties.propertyTreeState.setTransform(
|
| + objectProperties->scrollbarPaintOffset());
|
| scopedTransformProperty.emplace(
|
| context.getPaintController(), getScrollableArea().box(),
|
| DisplayItem::kScrollOverflowControls, properties);
|
|
|