Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
index abe82415875d441110e5c8cdb72824cf39ddc35e..b1d214403114b48919f3a60f590501a398f2a2b0 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -3466,7 +3466,6 @@ static PassRefPtrWillBeRawPtr<CSSValue> consumeBackgroundComponent(CSSPropertyID |
return consumeBackgroundAttachment(range); |
case CSSPropertyBackgroundOrigin: |
return consumeBackgroundBox(range); |
- case CSSPropertyWebkitBackgroundComposite: |
case CSSPropertyWebkitMaskComposite: |
return consumeBackgroundComposite(range); |
case CSSPropertyMaskSourceType: |
@@ -3866,7 +3865,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseSingleValue(CSSProperty |
case CSSPropertyBackgroundPositionY: |
case CSSPropertyBackgroundSize: |
case CSSPropertyMaskSourceType: |
- case CSSPropertyWebkitBackgroundComposite: |
case CSSPropertyWebkitBackgroundClip: |
case CSSPropertyWebkitBackgroundOrigin: |
case CSSPropertyWebkitMaskClip: |