Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
index fe5e17adbb5dfece85455150ad6138364dc24b25..701e73b8c790ffe37d1d8eac0e6671ec006c0565 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
@@ -155,6 +155,8 @@ CSSValueList* ConsumeCommaSeparatedList(Func callback, |
return list; |
} |
+CSSValue* ConsumeTransformList(CSSParserTokenRange&, const CSSParserContext&); |
+ |
} // namespace CSSPropertyParserHelpers |
} // namespace blink |