| 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 57a3ee89d5e0f5650e301b7ea6e361453e5aa9f5..65a60c813b28612070c8d4b5c0725ad3a484b1d0 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -85,6 +85,7 @@ class CSSPropertyParser {
|
|
|
| bool ParseShorthand(CSSPropertyID, bool important);
|
| bool ConsumeShorthandGreedily(const StylePropertyShorthand&, bool important);
|
| + bool Consume2Values(const StylePropertyShorthand&, bool important);
|
| bool Consume4Values(const StylePropertyShorthand&, bool important);
|
|
|
| // Legacy parsing allows <string>s for animation-name
|
|
|