Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
index 8aa1b45ddc3d32f32fa3d49a291bd3182cd6b108..a9aaa381dcaa511e54ed9ac049395b7972004827 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
@@ -750,9 +750,8 @@ |
if (shouldRespectOverflowClip(paintFlags, m_paintLayer.layoutObject()) == |
IgnoreOverflowClip) |
clipRectsContext.setIgnoreOverflowClip(); |
- m_paintLayer.clipper(geometryMapperOption) |
- .calculateBackgroundClipRect(clipRectsContext, |
- ancestorBackgroundClipRect); |
+ ancestorBackgroundClipRect = m_paintLayer.clipper(geometryMapperOption) |
+ .backgroundClipRect(clipRectsContext); |
} |
} |