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

Unified Diff: WebCore/css/CSSComputedStyleDeclaration.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 | « WTF/wtf/FeatureDefines.h ('k') | WebCore/css/CSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/css/CSSComputedStyleDeclaration.cpp
===================================================================
--- WebCore/css/CSSComputedStyleDeclaration.cpp (revision 148420)
+++ WebCore/css/CSSComputedStyleDeclaration.cpp (working copy)
@@ -224,10 +224,8 @@
CSSPropertyWebkitBackgroundComposite,
CSSPropertyWebkitBackgroundOrigin,
CSSPropertyWebkitBackgroundSize,
-#if ENABLE(CSS_COMPOSITING)
CSSPropertyWebkitBlendMode,
CSSPropertyWebkitBackgroundBlendMode,
-#endif
CSSPropertyWebkitBorderFit,
CSSPropertyWebkitBorderHorizontalSpacing,
CSSPropertyWebkitBorderImage,
@@ -2606,7 +2604,6 @@
case CSSPropertyWebkitFilter:
return valueForFilter(renderer, style.get());
#endif
-#if ENABLE(CSS_COMPOSITING)
case CSSPropertyWebkitBlendMode:
return cssValuePool().createValue(style->blendMode());
@@ -2621,7 +2618,6 @@
return list.release();
}
-#endif
case CSSPropertyBackground:
return getBackgroundShorthandValue();
case CSSPropertyBorder: {
« no previous file with comments | « WTF/wtf/FeatureDefines.h ('k') | WebCore/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698