Index: Source/core/paint/DeprecatedPaintLayer.cpp |
diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp |
index 2fc1b54e4b8d38adaa1c465d049f20f56ffcf047..b10245d027fb0b7a9ffcb68ee0ceec077c069948 100644 |
--- a/Source/core/paint/DeprecatedPaintLayer.cpp |
+++ b/Source/core/paint/DeprecatedPaintLayer.cpp |
@@ -365,8 +365,6 @@ void DeprecatedPaintLayer::updateTransform(const ComputedStyle* oldStyle, const |
// DeprecatedPaintLayers with transforms act as clip rects roots, so clear the cached clip rects here. |
m_clipper.clearClipRectsIncludingDescendants(); |
- } else if (hasTransform) { |
- m_clipper.clearClipRectsIncludingDescendants(AbsoluteClipRects); |
} |
updateTransformationMatrix(); |