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 143c4a4d4eae80db635a0830b100ec21ae732522..a33384f8db63ae7271d90bdbce3fac0fef3b26df 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -232,8 +232,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSValueList> parsePositionList(CSSParserValueList*); |
// Image generators |
- bool parseCanvas(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); |
- |
bool parseDeprecatedGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); |
bool parseDeprecatedLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating); |
bool parseDeprecatedRadialGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating); |