| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 06181e6dfab6f4e785ad64e6e4452ca1d7c5f6c8..5eed81877f073cfb7a536b2120991c542dc3b312 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -2822,6 +2822,8 @@ void PaintLayer::markCompositingContainerChainForNeedsRepaint()
|
| if (layer->compositingState() == PaintsIntoOwnBacking)
|
| return;
|
| if (CompositedLayerMapping* groupedMapping = layer->groupedMapping()) {
|
| + // TODO(wkorman): As we clean up the CompositedLayerMapping needsRepaint logic to
|
| + // delegate to scrollbars, we may be able to remove the line below as well.
|
| groupedMapping->owningLayer().setNeedsRepaint();
|
| return;
|
| }
|
|
|