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 b002d5892ffbff70a590b131ef318df5052e902c..94ec6af3d592fef2a76269ee696fa2a1ff74b8c7 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -222,9 +222,6 @@ private: |
bool consumeFlex(bool important); |
- PassRefPtrWillBeRawPtr<CSSValue> parsePosition(CSSParserValueList*); |
- PassRefPtrWillBeRawPtr<CSSValueList> parsePositionList(CSSParserValueList*); |
- |
// Image generators |
bool parseDeprecatedGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); |
bool parseDeprecatedLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating); |
@@ -312,11 +309,6 @@ private: |
void commitBorderImageProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important); |
- PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPoints(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapDestination(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapCoordinate(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPosition(); |
- |
private: |
// Inputs: |
CSSParserValueList* m_valueList; |