| Index: Source/core/paint/LayerClipRecorder.cpp
|
| diff --git a/Source/core/paint/LayerClipRecorder.cpp b/Source/core/paint/LayerClipRecorder.cpp
|
| index 1eb8fd318573cea413b3efdb41b092a37b460367..005581bf5cb7cc4f6a862bf43a88e70fa248c2ab 100644
|
| --- a/Source/core/paint/LayerClipRecorder.cpp
|
| +++ b/Source/core/paint/LayerClipRecorder.cpp
|
| @@ -22,6 +22,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()) {
|
|
|