| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 0bca054cd36c9b2db8a491d1cc07a96c1a5f4d11..b6cccbdbac411e263f52390cd776456e1194c7ea 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -204,6 +204,8 @@ public:
|
| PassRefPtr<CSSValue> parseSVGColor();
|
| PassRefPtr<CSSValue> parseSVGStrokeDasharray();
|
|
|
| + PassRefPtr<CSSValue> parsePaintOrder() const;
|
| +
|
| // CSS3 Parsing Routines (for properties specific to CSS3)
|
| PassRefPtr<CSSValueList> parseShadow(CSSParserValueList*, CSSPropertyID);
|
| bool parseBorderImage(CSSPropertyID, RefPtr<CSSValue>&, bool important = false);
|
|
|