Index: Source/core/paint/DeprecatedPaintLayer.cpp |
diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp |
index a67baee4c4ad558a506e9b5888e7664980a51127..93f16a5e7de2a898fcffa0a3024eec2d29011021 100644 |
--- a/Source/core/paint/DeprecatedPaintLayer.cpp |
+++ b/Source/core/paint/DeprecatedPaintLayer.cpp |
@@ -2321,10 +2321,6 @@ bool DeprecatedPaintLayer::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& l |
if (paintsWithFilters() && layoutObject()->style()->filter().hasFilterThatAffectsOpacity()) |
return false; |
- // FIXME: Handle simple transforms. |
- if (paintsWithTransform(GlobalPaintNormalPhase)) |
- return false; |
- |
// FIXME: Remove this check. |
// This function should not be called when layer-lists are dirty. |
// It is somehow getting triggered during style update. |