| 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 f54f0e482341531c29599106063c19e8b15896e2..b002d5892ffbff70a590b131ef318df5052e902c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -216,7 +216,7 @@ private:
|
| bool parseBorderImageSlice(CSSPropertyID, RefPtrWillBeRawPtr<CSSBorderImageSliceValue>&);
|
| bool parseBorderImageWidth(RefPtrWillBeRawPtr<CSSQuadValue>&);
|
| bool parseBorderImageOutset(RefPtrWillBeRawPtr<CSSQuadValue>&);
|
| - bool parseBorderRadius(CSSPropertyID, bool important);
|
| + bool parseRadii(RefPtrWillBeRawPtr<CSSPrimitiveValue> radii[4], RefPtrWillBeRawPtr<CSSPrimitiveValue> radii2[4], CSSParserValueList*, CSSPropertyID = CSSPropertyInvalid);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseReflect();
|
|
|
| @@ -248,8 +248,6 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSStringValue> createPrimitiveStringValue(CSSParserValue*);
|
| PassRefPtrWillBeRawPtr<CSSCustomIdentValue> createPrimitiveCustomIdentValue(CSSParserValue*);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSBasicShapeInsetValue> parseInsetRoundedCorners(PassRefPtrWillBeRawPtr<CSSBasicShapeInsetValue>, CSSParserValueList*);
|
| -
|
| class ImplicitScope {
|
| STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(ImplicitScope);
|
|
|