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

Unified Diff: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp

Issue 2828503002: CSS Motion Path: delete implementation of motion shorthand (Closed)
Patch Set: test update Created 3 years, 8 months 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/StylePropertySerializer.cpp
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
index 3918ae866d7bfc8c1a826321350ab9c57bafc80b..44d2b01cba41f3f26c053d890631d70f069083d4 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
@@ -335,7 +335,6 @@ static bool AllowInitialInShorthand(CSSPropertyID property_id) {
case CSSPropertyGridArea:
case CSSPropertyGridGap:
case CSSPropertyListStyle:
- case CSSPropertyMotion:
case CSSPropertyOffset:
case CSSPropertyTextDecoration:
case CSSPropertyWebkitMarginCollapse:
@@ -475,8 +474,6 @@ String StylePropertySerializer::GetPropertyValue(
return FontVariantValue();
case CSSPropertyMargin:
return Get4Values(marginShorthand());
- case CSSPropertyMotion:
- return GetShorthandValue(motionShorthand());
case CSSPropertyOffset:
return GetShorthandValue(offsetShorthand());
case CSSPropertyWebkitMarginCollapse:

Powered by Google App Engine
This is Rietveld 408576698