| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 83f026517b2d4eb8cec6a02dd67551f9d86ada16..60ca9d13640bc453cf00440f74d15de8eec667b9 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -2329,10 +2329,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.
|
|
|