Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
index 39ac942aad9b8ce76275ccacdd4eb1b6a9b68713..cd0ae887f2f9118acce26762d7799ef670491ea0 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -3659,6 +3659,7 @@ const CSSValue* CSSPropertyParser::parseSingleValue( |
unresolvedProperty == CSSPropertyAliasMotionPath); |
case CSSPropertyOffsetDistance: |
return consumeLengthOrPercent(m_range, m_context.mode(), ValueRangeAll); |
+ case CSSPropertyOffsetRotate: |
case CSSPropertyOffsetRotation: |
return consumeOffsetRotation(m_range); |
case CSSPropertyWebkitTextEmphasisStyle: |