| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 2fc54df1083c154051e45983f47950275fcc4b9a..93ed2c85d35f5cb87e1e21932a25620aa43ba19d 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -361,6 +361,11 @@ private:
|
|
|
| void commitBorderImageProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important);
|
|
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPoints();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapDestination();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapCoordinate();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPosition();
|
| +
|
| private:
|
| // Inputs:
|
| CSSParserValueList* m_valueList;
|
|
|