Add Web Animations API to bleeding edge fast path

Review URL: https://codereview.chromium.org/205803002

git-svn-id: svn://svn.chromium.org/blink/trunk@169896 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e78ad341
...@@ -49,6 +49,7 @@ void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable) ...@@ -49,6 +49,7 @@ void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable)
RuntimeEnabledFeatures::setBleedingEdgeFastPathsEnabled(enable); RuntimeEnabledFeatures::setBleedingEdgeFastPathsEnabled(enable);
RuntimeEnabledFeatures::setSubpixelFontScalingEnabled(enable || RuntimeEnabledFeatures::subpixelFontScalingEnabled()); RuntimeEnabledFeatures::setSubpixelFontScalingEnabled(enable || RuntimeEnabledFeatures::subpixelFontScalingEnabled());
RuntimeEnabledFeatures::setCSSWillChangeEnabled(enable); RuntimeEnabledFeatures::setCSSWillChangeEnabled(enable);
RuntimeEnabledFeatures::setWebAnimationsAPIEnabled(enable);
} }
void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable) void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment