| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 77c19b8e5f48e77ee6c168f2856140b14bcfb638..69f3465123c7b305a86192db653f74da449afdf4 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -803,9 +803,6 @@ void CompositedLayerMapping::updateAncestorClippingLayerGeometry(const PaintLaye
|
| if (!compositingContainer || !m_ancestorClippingLayer)
|
| return;
|
|
|
| - if (scrollParent())
|
| - compositingContainer = scrollParent();
|
| -
|
| ClipRectsContext clipRectsContext(compositingContainer, PaintingClipRectsIgnoringOverflowClip, IgnoreOverlayScrollbarSize);
|
| IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer.clipper().backgroundClipRect(clipRectsContext).rect());
|
| ASSERT(parentClipRect != LayoutRect::infiniteIntRect());
|
|
|