Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBorderRadius.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBorderRadius.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBorderRadius.cpp |
index 995feb9dc281c7cb0db26feb5499c7bd76c132f4..836ade5cbe35cb73eae3c8cc643ed1e00806cc43 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBorderRadius.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBorderRadius.cpp |
@@ -12,7 +12,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIBorderRadius::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
CSSValue* parsed_value1 = CSSPropertyParserHelpers::ConsumeLengthOrPercent( |
range, context.Mode(), kValueRangeNonNegative); |
if (!parsed_value1) |