| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 4f764cb07cf479bcf83a982dd932c8621ffa10eb..4a0f3fed1e952b3a4612981e6d254a7eb02294d9 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -220,6 +220,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);
|
|
|