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 5d4bd3eef167d97718ade01c2a658ab24ac1cbc7..31906a402c656e37c245f1fa418fd2f52e6d49cf 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -236,9 +236,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSValueList> parseTransform(bool useLegacyParsing); |
PassRefPtrWillBeRawPtr<CSSValue> parseTransformValue(bool useLegacyParsing, CSSParserValue*); |
- PassRefPtrWillBeRawPtr<CSSValue> parseMotionPath(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseMotionRotation(); |
- |
PassRefPtrWillBeRawPtr<CSSValue> parseTextEmphasisStyle(); |
bool parseCalculation(CSSParserValue*, ValueRange); |