| Index: third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp b/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp
|
| index 4acc9168785ac8d8d5b88dc2abed8eb2c9a1cded..9da767d3a1f8d9576f46fb7ffe7be97eafd1b137 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp
|
| @@ -29,7 +29,7 @@ void ScrollbarPainter::paintIntoRect(const LayoutScrollbarPart& layoutScrollbarP
|
| const_cast<LayoutScrollbarPart&>(layoutScrollbarPart).setHeight(rect.height());
|
|
|
| PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseForeground, GlobalPaintNormalPhase, PaintLayerNoFlag);
|
| - ObjectPainter(layoutScrollbarPart).paintAsPseudoStackingContext(paintInfo, paintOffset);
|
| + ObjectPainter(layoutScrollbarPart).paintAllPhasesAtomically(paintInfo, paintOffset);
|
| }
|
|
|
| } // namespace blink
|
|
|