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 99f4731d86f383b9782273121bc303e9272f19cb..3afdcd36d4467b0e08e07bff3f3f8b60f896dfaa 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -233,8 +233,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSFunctionValue> parseBuiltinFilterArguments(CSSParserValueList*, CSSValueID); |
PassRefPtrWillBeRawPtr<CSSValueList> parseTransformOrigin(); |
- PassRefPtrWillBeRawPtr<CSSValueList> parseTransform(bool useLegacyParsing); |
- PassRefPtrWillBeRawPtr<CSSValue> parseTransformValue(bool useLegacyParsing, CSSParserValue*); |
bool parseCalculation(CSSParserValue*, ValueRange); |