| 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 163ad680adae7ced81fdbbe0c95050a95ae12b21..091861b01ff9e5f4e0147083ecfd349d609f41bd 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -235,9 +235,6 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValueList> parseTransform(bool useLegacyParsing);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTransformValue(bool useLegacyParsing, CSSParserValue*);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseMotionPath();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseMotionRotation();
|
| -
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTextEmphasisStyle();
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTextDecoration();
|
|
|