| 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 25cc98883d95c723feded51a0d9082d5036d0641..b3ba894ba0d06ef7a17819bb4e9636e6c000a9f3 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:
|
|
|