| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index 30e07efaa6ce32c218ea521ca70298106c7954d3..03cb834b9836d31993e0746e750a52fc0db78411 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -176,9 +176,12 @@ public:
|
|
|
| bool parseClipShape(CSSPropertyID, bool important);
|
|
|
| + bool parseJustifySelf(CSSPropertyID, bool important);
|
| +
|
| PassRefPtr<CSSValue> parseShapeProperty(CSSPropertyID propId);
|
| PassRefPtr<CSSPrimitiveValue> parseBasicShape();
|
| PassRefPtr<CSSPrimitiveValue> parseShapeRadius(CSSParserValue*);
|
| +
|
| PassRefPtr<CSSBasicShape> parseBasicShapeRectangle(CSSParserValueList* args);
|
| PassRefPtr<CSSBasicShape> parseBasicShapeCircle(CSSParserValueList* args);
|
| PassRefPtr<CSSBasicShape> parseDeprecatedBasicShapeCircle(CSSParserValueList* args);
|
|
|