| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| index 172d22ae06ce77eada4f4fe52677f2594f78548b..c66dac08edcc4e31027ec51fc7a9f4c7f5150e6b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| @@ -615,8 +615,7 @@ void PaintPropertyTreeBuilder::updateOverflowClip(
|
| // like overflow clip.
|
| LayoutRect clipRect;
|
| if (box.shouldClipOverflow()) {
|
| - clipRect = LayoutRect(pixelSnappedIntRect(
|
| - box.overflowClipRect(context.current.paintOffset)));
|
| + clipRect = LayoutRect(box.overflowClipRect(context.current.paintOffset));
|
| } else {
|
| if (auto* properties = object.getMutableForPainting().paintProperties()) {
|
| context.forceSubtreeUpdate |= properties->clearInnerBorderRadiusClip();
|
|
|