| 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 4f291e7e4f87f84b9699ba9c70396ca4351f9424..89f2abfa74fdcb86e03a4af844a8e7b395c607d4 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -101,6 +101,8 @@ class CSSPropertyParser {
|
| bool consumeGridShorthand(bool important);
|
| bool consumeGridAreaShorthand(bool important);
|
|
|
| + bool consumePlaceContentShorthand(bool important);
|
| +
|
| bool consumeFont(bool important);
|
| bool consumeFontVariantShorthand(bool important);
|
| bool consumeSystemFont(bool important);
|
|
|