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

Unified Diff: Source/core/platform/animation/TimingFunctionTestHelperTest.cpp

Issue 85463002: Web Animations: Remove WebAnimations runtime feature in favor of WebAnimationsCSS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 7 years, 1 month 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
« no previous file with comments | « Source/core/platform/animation/TimingFunction.h ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
diff --git a/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp b/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
index 643c62640a8f480691c2cb33e093496130340071..01059a6c3ac6d295a975374ff994a9d75da1cd2e 100644
--- a/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
+++ b/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
@@ -70,21 +70,6 @@ using namespace WebCore;
class TimingFunctionTestHelperTest : public ::testing::Test {
-protected:
- bool m_enabled;
-
- virtual void SetUp()
- {
- m_enabled = RuntimeEnabledFeatures::webAnimationsEnabled();
- // Needed for ChainedTimingFunction support
- RuntimeEnabledFeatures::setWebAnimationsEnabled(true);
- }
-
- virtual void TearDown()
- {
- RuntimeEnabledFeatures::setWebAnimationsEnabled(m_enabled);
- }
-
public:
// Make sure that the CubicBezierTimingFunction call goes via the generic
// TimingFunction PrintTo.
« no previous file with comments | « Source/core/platform/animation/TimingFunction.h ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698