Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3138)

Unified Diff: WebCore/rendering/style/RenderStyle.cpp

Issue 14295007: Remove the CSS_COMPOSITING define, the CSS blending and compositing (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/rendering/style/RenderStyle.h ('k') | WebCore/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « WebCore/rendering/style/RenderStyle.h ('k') | WebCore/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698