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