| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
|
| index b32b86949cc2e70be86f4afc812de96410d8e4bc..b1bdc0ad3a4ea92339c2cf105a05ff3013b110c9 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
|
| @@ -18,7 +18,7 @@ class CSSPropertyShapeUtils {
|
| STATIC_ONLY(CSSPropertyShapeUtils);
|
|
|
| static CSSValue* ConsumeBasicShape(CSSParserTokenRange&,
|
| - const CSSParserContext*);
|
| + const CSSParserContext&);
|
| static bool ConsumeRadii(CSSValue* horizontal_radii[4],
|
| CSSValue* vertical_radii[4],
|
| CSSParserTokenRange&,
|
|
|