Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index 38504ef60d40849b49e61cb6b484b23b2279f305..5b61ff89a56f5e9661d4ec25f9e2bd3b8660ca5c 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -168,6 +168,7 @@ private: |
bool parseClipShape(CSSPropertyID, bool important); |
+ bool parseLegacyPosition(CSSPropertyID, bool important); |
bool parseItemPositionOverflowPosition(CSSPropertyID, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId); |