| Index: Source/WebCore/css/CSSParser.h
|
| ===================================================================
|
| --- Source/WebCore/css/CSSParser.h (revision 145343)
|
| +++ Source/WebCore/css/CSSParser.h (working copy)
|
| @@ -89,6 +89,7 @@
|
| static PassRefPtr<StylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
| PassOwnPtr<MediaQuery> parseMediaQuery(const String&);
|
|
|
| + void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
| void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
| void rollbackLastProperties(int num);
|
| bool hasProperties() const { return !m_parsedProperties.isEmpty(); }
|
| @@ -146,7 +147,7 @@
|
| bool parseTransformOriginShorthand(RefPtr<CSSValue>&, RefPtr<CSSValue>&, RefPtr<CSSValue>&);
|
| bool parseCubicBezierTimingFunctionValue(CSSParserValueList*& args, double& result);
|
| bool parseAnimationProperty(CSSPropertyID, RefPtr<CSSValue>&);
|
| - bool parseTransitionShorthand(bool important);
|
| + bool parseTransitionShorthand(CSSPropertyID, bool important);
|
| bool parseAnimationShorthand(bool important);
|
|
|
| bool cssGridLayoutEnabled() const;
|
|
|