Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineOffset.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineOffset.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineOffset.cpp |
index d513596608213dd36716c7f06db731f7488e2339..bf71a8c2bbd5c3104c61d1e3fd97e58093d86346 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineOffset.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineOffset.cpp |
@@ -11,7 +11,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIOutlineOffset::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
return CSSPropertyParserHelpers::ConsumeLength(range, context.Mode(), |
kValueRangeAll); |
} |