| 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 89f2abfa74fdcb86e03a4af844a8e7b395c607d4..9a4885e3ea0bf58252e90164a0d26cab4ac0108d 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -102,6 +102,7 @@ class CSSPropertyParser {
|
| bool consumeGridAreaShorthand(bool important);
|
|
|
| bool consumePlaceContentShorthand(bool important);
|
| + bool consumePlaceItemsShorthand(bool important);
|
|
|
| bool consumeFont(bool important);
|
| bool consumeFontVariantShorthand(bool important);
|
|
|