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