| 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 a33384f8db63ae7271d90bdbce3fac0fef3b26df..1bdbaf82034819a4cc4e5da5794055bbcef9510a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -140,23 +140,10 @@ private:
|
|
|
| void addFillValue(RefPtrWillBeRawPtr<CSSValue>& lval, PassRefPtrWillBeRawPtr<CSSValue> rval);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationDelay();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationDirection();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationDuration();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationFillMode();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationIterationCount();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationName(bool allowQuotedName);
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationPlayState();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationProperty();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunction();
|
| -
|
| bool parseCubicBezierTimingFunctionValue(CSSParserValueList*& args, double& result);
|
|
|
| // Legacy parsing allows <string>s for animation-name
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseAnimationProperty(CSSPropertyID, bool useLegacyParsing);
|
| - PassRefPtrWillBeRawPtr<CSSValueList> parseAnimationPropertyList(CSSPropertyID, bool useLegacyParsing);
|
| - bool parseAnimationShorthand(bool useLegacyParsing, bool important);
|
| - bool parseTransitionShorthand(bool important);
|
| + bool consumeAnimationShorthand(const StylePropertyShorthand&, bool useLegacyParsing, bool important);
|
|
|
| bool consumeColumns(bool important);
|
|
|
|
|