Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index 3afdcd36d4467b0e08e07bff3f3f8b60f896dfaa..ba0aff0b52b9a413ea4c66063d0052dfeb4be92e 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -199,8 +199,6 @@ private: |
bool parseSVGValue(CSSPropertyID propId, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseSVGStrokeDasharray(); |
- PassRefPtrWillBeRawPtr<CSSValue> parsePaintOrder() const; |
- |
// CSS3 Parsing Routines (for properties specific to CSS3) |
bool parseBorderImageShorthand(CSSPropertyID, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseBorderImage(CSSPropertyID); |