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

Unified Diff: sky/engine/core/animation/StringKeyframe.cpp

Issue 703563002: Remove shape-outside. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/animation/StringKeyframe.cpp
diff --git a/sky/engine/core/animation/StringKeyframe.cpp b/sky/engine/core/animation/StringKeyframe.cpp
index 8e6e8689b341fe558f0029d057ac70b8784a6c6d..9aec887ad1747bf35e84fad7f851bc8d61ec679e 100644
--- a/sky/engine/core/animation/StringKeyframe.cpp
+++ b/sky/engine/core/animation/StringKeyframe.cpp
@@ -93,7 +93,6 @@ PassRefPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::createInterp
case CSSPropertyPaddingRight:
case CSSPropertyPaddingTop:
case CSSPropertyPerspective:
- case CSSPropertyShapeMargin:
case CSSPropertyWidth:
range = ValueRangeNonNegative;
// Fall through

Powered by Google App Engine
This is Rietveld 408576698