| 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 e7ca1485c27c4b6ba68135c76d94b28e905c38d0..be029029817bd7f7753a75b918d650decddd2c74 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -813,6 +813,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;
|
|
|