| 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 a8da56859e3836959e8bb555b80d70d6d8ae9129..aa208847a0bc3c6a49365fa0b0a333a989b6e634 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -569,7 +569,7 @@ bool PaintLayerCompositor::allocateOrClearCompositedLayerMapping(
|
| }
|
|
|
| if (compositedLayerMappingChanged)
|
| - layer->clipper().clearClipRectsIncludingDescendants(PaintingClipRects);
|
| + layer->clipper(false).clearClipRectsIncludingDescendants(PaintingClipRects);
|
|
|
| // If a fixed position layer gained/lost a compositedLayerMapping or the
|
| // reason not compositing it changed, the scrolling coordinator needs to
|
|
|