Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index c78a16701c13b145c47df73e2ed9004e08aedaaa..adcd9cda49c7111540f32bbbd13db12f0066207f 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -237,10 +237,10 @@ private: |
static bool isBlendMode(CSSValueID); |
static bool isCompositeOperator(CSSValueID); |
- PassRefPtrWillBeRawPtr<CSSValueList> parseTransform(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseTransformValue(CSSParserValue*); |
bool parseTransformOrigin(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, CSSPropertyID& propId3, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&); |
bool parsePerspectiveOrigin(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&); |
+ PassRefPtrWillBeRawPtr<CSSValueList> parseTransform(CSSPropertyID); |
+ PassRefPtrWillBeRawPtr<CSSValue> parseTransformValue(CSSPropertyID, CSSParserValue*); |
bool parseTextEmphasisStyle(bool important); |