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..384d1e7753c324c1c74ce942be69b857f3635734 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -114,6 +114,7 @@ private: |
bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important); |
bool parseShorthand(CSSPropertyID, bool important); |
+ bool consumeShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important); |
bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important); |
PassRefPtrWillBeRawPtr<CSSValueList> parseContent(); |
@@ -241,8 +242,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSValue> parseTextEmphasisStyle(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseTextDecoration(); |
- |
bool parseCalculation(CSSParserValue*, ValueRange); |
bool parseGeneratedImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); |