| Index: third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.cpp b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| index d5e5f37f7e9586e8d8444f78cbf816ddaccbc671..22e85f09d9a92cda519d725b288595655aee21c7 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| @@ -30,7 +30,7 @@
|
| if (objectProperties && objectProperties->overflowClip()) {
|
| PaintChunkProperties properties(paintInfo.context.getPaintController().currentPaintChunkProperties());
|
| properties.clip = objectProperties->overflowClip();
|
| - m_scopedClipProperty.emplace(paintInfo.context.getPaintController(), box, paintInfo.displayItemTypeForClipping(), properties);
|
| + m_scopedClipProperty.emplace(paintInfo.context.getPaintController(), properties);
|
| }
|
| return;
|
| }
|
|
|