Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index 6d065c356115e660bea0a3c54e0b66c653db12bc..1960093b04e7a5fa1d68dc705220a752eda461b8 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -165,6 +165,7 @@ private: |
bool parseItemPositionOverflowPosition(CSSPropertyID, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId); |
+ PassRefPtrWillBeRawPtr<CSSValue> parseBasicShapeAndOrBox(); |
PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseBasicShape(); |
PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseShapeRadius(CSSParserValue*); |