| Index: sky/engine/core/animation/StringKeyframe.cpp
|
| diff --git a/sky/engine/core/animation/StringKeyframe.cpp b/sky/engine/core/animation/StringKeyframe.cpp
|
| index ae2cd29d4618f4d778d8d4bd7f0bf92560b1ac7c..b45ef8b5420413031139d7666e23914f1f51d0f6 100644
|
| --- a/sky/engine/core/animation/StringKeyframe.cpp
|
| +++ b/sky/engine/core/animation/StringKeyframe.cpp
|
| @@ -26,7 +26,7 @@ void StringKeyframe::setPropertyValue(CSSPropertyID property, const String& valu
|
| {
|
| ASSERT(property != CSSPropertyInvalid);
|
| if (CSSAnimations::isAllowedAnimation(property))
|
| - m_propertySet->setProperty(property, value, false, styleSheetContents);
|
| + m_propertySet->setProperty(property, value, styleSheetContents);
|
| }
|
|
|
| PropertySet StringKeyframe::properties() const
|
|
|