| Index: Source/core/paint/LayerClipRecorder.cpp
|
| diff --git a/Source/core/paint/LayerClipRecorder.cpp b/Source/core/paint/LayerClipRecorder.cpp
|
| index 748999d616ee5be0b64ce38d9cd791740081ea58..2de25819447c1f74eff19c78050a10114f8660f3 100644
|
| --- a/Source/core/paint/LayerClipRecorder.cpp
|
| +++ b/Source/core/paint/LayerClipRecorder.cpp
|
| @@ -23,6 +23,8 @@ LayerClipRecorder::LayerClipRecorder(GraphicsContext& graphicsContext, const Lay
|
| , m_layoutObject(layoutObject)
|
| , m_clipType(clipType)
|
| {
|
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintV2Enabled());
|
| +
|
| IntRect snappedClipRect = pixelSnappedIntRect(clipRect.rect());
|
| Vector<FloatRoundedRect> roundedRects;
|
| if (localPaintingInfo && clipRect.hasRadius()) {
|
|
|