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