| Index: sky/engine/core/css/parser/CSSPropertyParser.h
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.h b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| index 114a604f53064f3e775956fcd6ffa6579ace901d..a996f7bac9c1000ef18c7f5443a42ee6db18316e 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -222,18 +222,6 @@ private:
|
|
|
| PassRefPtr<CSSBasicShape> parseInsetRoundedCorners(PassRefPtr<CSSBasicShapeInset>, CSSParserValueList*);
|
|
|
| - enum SizeParameterType {
|
| - None,
|
| - Auto,
|
| - Length,
|
| - PageSize,
|
| - Orientation,
|
| - };
|
| -
|
| - bool parsePage(CSSPropertyID propId);
|
| - bool parseSize(CSSPropertyID propId);
|
| - SizeParameterType parseSizeParameter(CSSValueList* parsedValues, CSSParserValue*, SizeParameterType prevParamType);
|
| -
|
| bool parseFontFaceSrcURI(CSSValueList*);
|
| bool parseFontFaceSrcLocal(CSSValueList*);
|
|
|
|
|