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