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 b0a974868c45d7bdab067f659cc5bd0a2fb6b820..b4ffbefaaa698db9a5b3702993f0bfe7c448377b 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -139,9 +139,6 @@ private: |
bool consume4Values(const StylePropertyShorthand&, bool important); |
bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important); |
- PassRefPtrWillBeRawPtr<CSSValueList> parseContent(); |
- |
- PassRefPtrWillBeRawPtr<CSSValue> parseAttr(CSSParserValueList* args); |
bool parseFillImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); |
@@ -208,8 +205,6 @@ private: |
bool consumeBorderSpacing(bool important); |
- PassRefPtrWillBeRawPtr<CSSValue> parseCounterContent(CSSParserValueList* args, bool counters); |
- |
bool parseColorParameters(const CSSParserValue*, int* colorValues, bool parseAlpha); |
bool parseHSLParameters(const CSSParserValue*, double* colorValues, bool parseAlpha); |
PassRefPtrWillBeRawPtr<CSSValue> parseColor(const CSSParserValue*, bool acceptQuirkyColors = false); |