| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index a0f657d6f3cdbf66081228badc8abb090ee24ec7..fb3279788bd7f926547e6c77aeb50a8333657bd5 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -819,6 +819,9 @@ IntRect PaintLayerCompositor::computeInterestRect(const GraphicsLayer* graphicsL
|
|
|
| void PaintLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& interestRect) const
|
| {
|
| + // Note the composited scrollable area painted below is always associated with a frame. For
|
| + // painting non-frame ScrollableAreas, see CompositedLayerMapping::paintScrollableArea.
|
| +
|
| const Scrollbar* scrollbar = graphicsLayerToScrollbar(graphicsLayer);
|
| if (!scrollbar && graphicsLayer != layerForScrollCorner())
|
| return;
|
|
|