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

Unified Diff: Source/core/animation/CompositorAnimationsTestHelper.h

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 | « no previous file | Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/CompositorAnimationsTestHelper.h
diff --git a/Source/core/animation/CompositorAnimationsTestHelper.h b/Source/core/animation/CompositorAnimationsTestHelper.h
index 5bba3ca17132b529a574dd69b1b3a76c418c0734..732d34662e5b4ae7704fc7fa78bb07302be1db4e 100644
--- a/Source/core/animation/CompositorAnimationsTestHelper.h
+++ b/Source/core/animation/CompositorAnimationsTestHelper.h
@@ -138,15 +138,10 @@ private:
PlatformProxy m_proxyPlatform;
protected:
- bool m_enabled;
blink::Platform* m_platform;
virtual void SetUp()
{
- m_enabled = RuntimeEnabledFeatures::webAnimationsEnabled();
- // Needed for ChainedTimingFunction support
- RuntimeEnabledFeatures::setWebAnimationsEnabled(true);
-
m_mockCompositor = 0;
m_platform = blink::Platform::current();
blink::Platform::initialize(&m_proxyPlatform);
@@ -154,7 +149,6 @@ protected:
virtual void TearDown()
{
- RuntimeEnabledFeatures::setWebAnimationsEnabled(m_enabled);
blink::Platform::initialize(m_platform);
}
« no previous file with comments | « no previous file | Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698