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

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

Issue 860423004: Remove css !important (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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 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
« no previous file with comments | « sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp ('k') | sky/engine/core/animation/css/CSSAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698