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 bffd19cb3739757faada6b2283a4eb33c66c1967..163ad680adae7ced81fdbbe0c95050a95ae12b21 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -201,7 +201,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSValue> parsePaintOrder() const; |
// CSS3 Parsing Routines (for properties specific to CSS3) |
- PassRefPtrWillBeRawPtr<CSSShadowValue> parseSingleShadow(CSSParserValueList*, bool allowInset, bool allowSpread); |
bool parseBorderImageShorthand(CSSPropertyID, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseBorderImage(CSSPropertyID); |
bool parseBorderImageRepeat(RefPtrWillBeRawPtr<CSSValue>&); |