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

Unified Diff: Source/core/css/parser/CSSPropertyParser.cpp

Issue 1286973002: Deprecate enable-background property (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed failures Created 5 years, 4 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 | « Source/core/css/SVGCSSValueKeywords.in ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSPropertyParser.cpp
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
index 415f1c423d1ebccb836c0fb79e4af934945a7574..9bbcd526f8892565f7cb4544d8ce06fc2cdc5252 100644
--- a/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/Source/core/css/parser/CSSPropertyParser.cpp
@@ -7666,12 +7666,6 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important)
validPrimitive = validUnit(value, FLength | FPercent, SVGAttributeMode);
break;
- case CSSPropertyEnableBackground:
- // accumulate | new [x] [y] [width] [height] | inherit
- if (id == CSSValueAccumulate) // TODO : new
- validPrimitive = true;
- break;
-
case CSSPropertyClipPath:
case CSSPropertyFilter:
case CSSPropertyMarkerStart:
« no previous file with comments | « Source/core/css/SVGCSSValueKeywords.in ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698