| 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 a1a493238496563a5b21b733addac70822d5eefc..bc6e7b330fc6ed9f0d5cbd2dbc6ef07c72744df6 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -275,7 +275,8 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerContents(GraphicsCon
|
| else
|
| referenceBox.moveBy(offsetFromRoot);
|
| clipPathClipper.emplace(
|
| - context, *m_paintLayer.layoutObject(), FloatRect(referenceBox), FloatPoint(referenceBox.location()));
|
| + context, *m_paintLayer.layoutObject()->styleRef().clipPath(), *m_paintLayer.layoutObject(),
|
| + FloatRect(referenceBox), FloatPoint(referenceBox.location()));
|
| }
|
|
|
| Optional<CompositingRecorder> compositingRecorder;
|
|
|