Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp

Issue 2555543002: CSS Motion Path: Support offset-rotate in addition to offset-rotation (Closed)
Patch Set: reformat Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698