| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| old mode 100644
|
| new mode 100755
|
| index 5cea558fa1c3cbd3fbb2f05900818bc14d54ff00..41a1f2806b1a84eb260abf05a12021576d42cb6c
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -281,6 +281,8 @@ public:
|
|
|
| bool parseTextEmphasisStyle(bool important);
|
|
|
| + bool parseTouchAction(CSSPropertyID propId, bool important);
|
| +
|
| void addTextDecorationProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important);
|
| bool parseTextDecoration(CSSPropertyID propId, bool important);
|
| bool parseTextUnderlinePosition(bool important);
|
|
|