| 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:
|
|
|