| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index 7a1ab9e50109679a315f7f2b7989983e056497ed..2ab5132ca449f39b35af12d19c85c6d1bde1e18c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -279,17 +279,6 @@ private:
|
|
|
| PassRefPtrWillBeRawPtr<CSSBasicShapeInsetValue> parseInsetRoundedCorners(PassRefPtrWillBeRawPtr<CSSBasicShapeInsetValue>, CSSParserValueList*);
|
|
|
| - enum SizeParameterType {
|
| - None,
|
| - Auto,
|
| - Length,
|
| - PageSize,
|
| - Orientation,
|
| - };
|
| -
|
| - PassRefPtrWillBeRawPtr<CSSValueList> parseSize();
|
| - SizeParameterType parseSizeParameter(CSSValueList* parsedValues, CSSParserValue*, SizeParameterType prevParamType);
|
| -
|
| PassRefPtrWillBeRawPtr<CSSValue> consumeFontFaceSrcURI();
|
| PassRefPtrWillBeRawPtr<CSSValue> consumeFontFaceSrcLocal();
|
|
|
|
|