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

Unified Diff: Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.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
Index: Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp
diff --git a/Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp b/Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp
index e1dabdae6c7b4ed9f2ca7bf001f759b1676096b7..550b7f562c24b5658bf7fcdebc8d80c281336424 100644
--- a/Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp
+++ b/Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp
@@ -50,19 +50,6 @@ using namespace WebCore;
class AnimationCompositorAnimationsTimingFunctionReverserTest : 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:
PassRefPtr<TimingFunction> reverse(const RefPtr<TimingFunction>& timefunc)
« no previous file with comments | « Source/core/animation/CompositorAnimationsTestHelper.h ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698