| 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 d7e8419134371f27c8297db7ebac0d14df60aafb..c6ed58082d34eae9e70db348231935bb9b425114 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -73,6 +73,7 @@ private:
|
| // Legacy parsing allows <string>s for animation-name
|
| bool consumeAnimationShorthand(const StylePropertyShorthand&, bool useLegacyParsing, bool important);
|
| bool consumeBackgroundShorthand(const StylePropertyShorthand&, bool important);
|
| + bool consumeOffsetShorthand(bool important);
|
|
|
| bool consumeColumns(bool important);
|
|
|
|
|