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

Unified Diff: sky/engine/core/animation/css/CSSPropertyEquality.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
« no previous file with comments | « sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/css/CSSPropertyEquality.cpp
diff --git a/sky/engine/core/animation/css/CSSPropertyEquality.cpp b/sky/engine/core/animation/css/CSSPropertyEquality.cpp
index 0ee1b31d38a4186a83df3d6b6fcd1362a2105f47..6509a3ed30cc07cb646e36e28399d037827fcdc2 100644
--- a/sky/engine/core/animation/css/CSSPropertyEquality.cpp
+++ b/sky/engine/core/animation/css/CSSPropertyEquality.cpp
@@ -173,12 +173,6 @@ bool CSSPropertyEquality::propertiesEqual(CSSPropertyID prop, const RenderStyle&
return a.paddingTop() == b.paddingTop();
case CSSPropertyRight:
return a.right() == b.right();
- case CSSPropertyShapeImageThreshold:
- return a.shapeImageThreshold() == b.shapeImageThreshold();
- case CSSPropertyShapeMargin:
- return a.shapeMargin() == b.shapeMargin();
- case CSSPropertyShapeOutside:
- return dataEquivalent(a.shapeOutside(), b.shapeOutside());
case CSSPropertyTextDecorationColor:
return a.textDecorationColor().resolve(a.color()) == b.textDecorationColor().resolve(b.color());
case CSSPropertyTextIndent:
« no previous file with comments | « sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698