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 eea06fb5349defed87b62161d99e07a705b81a1f..3fcf2a310fbf499141880a569f302f14364b9c04 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -278,17 +278,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(); |