Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
| index 681e7644a859e2d9b5a6357be7db54de0f474006..08a26ad57e5fedb38280644ff88cd998fcb49f3c 100644 |
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
| @@ -69,6 +69,7 @@ CSSURIValue* consumeUrl(CSSParserTokenRange&); |
| CSSValue* consumeColor(CSSParserTokenRange&, |
| CSSParserMode, |
| bool acceptQuirkyColors = false); |
| +CSSValue* consumeAutoOrColor(CSSParserTokenRange&, CSSParserMode); |
|
Timothy Loh
2016/11/22 02:17:35
This probably isn't obvious but this sort of funct
Manuel Rego
2016/11/22 09:36:01
I added it here as is supposed that any new/future
|
| CSSValuePair* consumePosition(CSSParserTokenRange&, |
| CSSParserMode, |