| 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 e6d338d9bf5312d016fa35e9a745d8d717f27484..7e9a36255638ee27699ff816fe9a0778fbf89698 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
|
|
|