| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 36d33388975bdc5cafc5578d52670897125f87e4..192ea64d3dd9ec42fba2ffa30cdb8dfbf0f1dfb5 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -237,6 +237,7 @@ private:
|
| bool parseTextEmphasisStyle(bool important);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTouchAction();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseScrollBlocksOn();
|
|
|
| void addTextDecorationProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important);
|
| bool parseTextDecoration(CSSPropertyID propId, bool important);
|
|
|