| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 0adb12f75ca370219354552de1723e37ad3088ae..f3134f3c37fbb173f58a98024172a7e962e28c48 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1475,7 +1475,7 @@ bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect
|
|
|
| IntRect updateRect = pixelSnappedIntRect(layer->repainter().repaintRectIncludingNonCompositingDescendants());
|
|
|
| - RenderLayer* enclosingCompositingLayer = layer->enclosingCompositingLayer(false);
|
| + RenderLayer* enclosingCompositingLayer = layer->enclosingCompositingLayer(ExcludeSelf);
|
| if (enclosingCompositingLayer && !enclosingCompositingLayer->renderer()->isRenderView()) {
|
| // If the fixed-position layer is contained by a composited layer that is not its containing block,
|
| // then we have to invlidate that enclosing layer, not the RenderView.
|
|
|