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

Unified Diff: sky/engine/web/WebRuntimeFeatures.cpp

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 years 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 | « sky/engine/web/WebDocument.cpp ('k') | sky/tests/animation/basic-declarative.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebRuntimeFeatures.cpp
diff --git a/sky/engine/web/WebRuntimeFeatures.cpp b/sky/engine/web/WebRuntimeFeatures.cpp
index f2a88bb2d3eecd8490ce0c902ca2c34836af667d..238c09fa6db8a1cbf6e1329a1c4615c03b628376 100644
--- a/sky/engine/web/WebRuntimeFeatures.cpp
+++ b/sky/engine/web/WebRuntimeFeatures.cpp
@@ -46,7 +46,6 @@ void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable)
ASSERT(enable);
RuntimeEnabledFeatures::setBleedingEdgeFastPathsEnabled(enable);
RuntimeEnabledFeatures::setSubpixelFontScalingEnabled(enable || RuntimeEnabledFeatures::subpixelFontScalingEnabled());
- RuntimeEnabledFeatures::setWebAnimationsAPIEnabled(enable);
}
void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
« no previous file with comments | « sky/engine/web/WebDocument.cpp ('k') | sky/tests/animation/basic-declarative.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698