| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| index 64f5510324165f5fc289a314ef370dd09cd8490f..e665ae2dcd2389aa54eeee04db69ae7e59b17fcb 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| @@ -16,6 +16,7 @@ class CSSPropertyAlignmentUtils {
|
| STATIC_ONLY(CSSPropertyAlignmentUtils);
|
|
|
| static CSSValue* consumeSelfPositionOverflowPosition(CSSParserTokenRange&);
|
| + static CSSValue* consumeSimplifiedItemPosition(CSSParserTokenRange&);
|
| static CSSValue* consumeContentDistributionOverflowPosition(
|
| CSSParserTokenRange&);
|
| static CSSValue* consumeSimplifiedContentPosition(CSSParserTokenRange&);
|
|
|