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..58cad8e8b438c758a007677cb70e853f9e6bac38 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); |