Index: WebCore/rendering/style/RenderStyle.cpp |
=================================================================== |
--- WebCore/rendering/style/RenderStyle.cpp (revision 148420) |
+++ WebCore/rendering/style/RenderStyle.cpp (working copy) |
@@ -620,10 +620,8 @@ |
return StyleDifferenceRepaintLayer; |
} |
-#if ENABLE(CSS_COMPOSITING) |
if (rareNonInheritedData->m_effectiveBlendMode != other->rareNonInheritedData->m_effectiveBlendMode) |
return StyleDifferenceRepaintLayer; |
-#endif |
if (rareNonInheritedData->opacity != other->rareNonInheritedData->opacity) { |
// Don't return early here; instead take note of the type of change, |