| 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 1f97a13d4ea5be62c4a530faeafbf8d380540b24..64f5510324165f5fc289a314ef370dd09cd8490f 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
|
| @@ -18,6 +18,7 @@ class CSSPropertyAlignmentUtils {
|
| static CSSValue* consumeSelfPositionOverflowPosition(CSSParserTokenRange&);
|
| static CSSValue* consumeContentDistributionOverflowPosition(
|
| CSSParserTokenRange&);
|
| + static CSSValue* consumeSimplifiedContentPosition(CSSParserTokenRange&);
|
| };
|
|
|
| } // namespace blink
|
|
|