| Index: third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.cpp b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| index 46e28f27611bdd247bc89e01b773b8d753f0d1ff..5646e1ac1c77b68443b16e6620004c14b57c1818 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -56,7 +56,7 @@ FilterPainter::FilterPainter(PaintLayer& layer,
|
| if (clipRect.rect() != paintingInfo.paintDirtyRect || clipRect.hasRadius()) {
|
| m_clipRecorder = WTF::wrapUnique(new LayerClipRecorder(
|
| context, *layer.layoutObject(), DisplayItem::kClipLayerFilter, clipRect,
|
| - &paintingInfo, LayoutPoint(), paintFlags));
|
| + paintingInfo.rootLayer, LayoutPoint(), paintFlags));
|
| }
|
|
|
| if (!context.getPaintController().displayItemConstructionIsDisabled()) {
|
|
|