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

Unified Diff: sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.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/DeferredLegacyStyleInterpolationTest.cpp
diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
index 137fcde23139cd5d3f017a5bd8e9b0cab9dc16f6..2cbcf3663c53a47af120084247043ebc69c2a931 100644
--- a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
+++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
@@ -21,7 +21,7 @@ protected:
{
CSSParserMode parserMode = HTMLStandardMode;
RefPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
- bool parseSuccess = BisonCSSParser::parseValue(dummyStyle.get(), propertyID, string, false, parserMode, 0);
+ bool parseSuccess = BisonCSSParser::parseValue(dummyStyle.get(), propertyID, string, parserMode, 0);
ASSERT_UNUSED(parseSuccess, parseSuccess);
return DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(*dummyStyle->getPropertyCSSValue(propertyID));
}
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | sky/engine/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698