| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index a33384f8db63ae7271d90bdbce3fac0fef3b26df..23637633cab3593b8df21c69ecfb06d63b90b195 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -214,7 +214,6 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValue> parsePaintOrder() const;
|
|
|
| // CSS3 Parsing Routines (for properties specific to CSS3)
|
| - PassRefPtrWillBeRawPtr<CSSValueList> parseShadow(CSSParserValueList*, CSSPropertyID);
|
| PassRefPtrWillBeRawPtr<CSSShadowValue> parseSingleShadow(CSSParserValueList*, bool allowInset, bool allowSpread);
|
| bool parseBorderImageShorthand(CSSPropertyID, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseBorderImage(CSSPropertyID);
|
|
|