Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 1412803007: Parse text-decoration shorthand in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 163ad680adae7ced81fdbbe0c95050a95ae12b21..5d4bd3eef167d97718ade01c2a658ab24ac1cbc7 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 consumeShorthandGreedily(const StylePropertyShorthand&, bool important);
bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
PassRefPtrWillBeRawPtr<CSSValueList> parseContent();
@@ -240,8 +241,6 @@ private:
PassRefPtrWillBeRawPtr<CSSValue> parseTextEmphasisStyle();
- PassRefPtrWillBeRawPtr<CSSValue> parseTextDecoration();
-
bool parseCalculation(CSSParserValue*, ValueRange);
bool parseGeneratedImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);

Powered by Google App Engine
This is Rietveld 408576698