| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| index 61ee9d511df0547115a290ce7e7758931045b238..284158d3d8244314361cc653967efe6515207ebf 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| @@ -13,7 +13,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIRotate::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| DCHECK(RuntimeEnabledFeatures::cssIndependentTransformPropertiesEnabled());
|
|
|
| CSSValueID id = range.Peek().Id();
|
|
|