| Index: sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
|
| diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
|
| index 83839ea8a1f2ecfb935c9edc38e63e80453e2c54..ccafb0bbd1c62385fda7e50490bdbf4b7648b999 100644
|
| --- a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
|
| +++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
|
| @@ -66,7 +66,6 @@ bool DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(const C
|
| primitiveValue.accumulateLengthArray(lengthArray);
|
| return lengthArray[CSSPrimitiveValue::UnitTypeFontSize] != 0
|
| || lengthArray[CSSPrimitiveValue::UnitTypeFontXSize] != 0
|
| - || lengthArray[CSSPrimitiveValue::UnitTypeRootFontSize] != 0
|
| || lengthArray[CSSPrimitiveValue::UnitTypeZeroCharacterWidth] != 0
|
| || lengthArray[CSSPrimitiveValue::UnitTypeViewportWidth] != 0
|
| || lengthArray[CSSPrimitiveValue::UnitTypeViewportHeight] != 0
|
|
|