| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index b19ac997706bd43ef8c4e3e38e637890e9bb61aa..7025cb930321a6902a3b7c35f3c7f1f0db47399e 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -160,6 +160,7 @@ private:
|
|
|
| bool parseLegacyPosition(CSSPropertyID, bool important);
|
| bool parseItemPositionOverflowPosition(CSSPropertyID, bool important);
|
| + bool parseContentDistributionOverflowPosition(CSSPropertyID, bool important);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseBasicShapeAndOrBox();
|
|
|