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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 1739743003: Blink Compositor Animation: Erase old animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude histograms.xml Created 4 years, 10 months 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 | « content/renderer/render_thread_impl.cc ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index af042d843d7184d4e231910504f11e9cbbcea58e..b9c6b39ce346aa7141a25452c7f04e2b04363ddf 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -131,12 +131,6 @@ TestBlinkWebUnitTestSupport::TestBlinkWebUnitTestSupport() {
blink::WebConnectionType::WebConnectionTypeUnknown,
std::numeric_limits<double>::infinity());
- // External cc::AnimationHost is enabled for unit tests.
- cc::LayerSettings layer_settings;
- layer_settings.use_compositor_animation_timelines = true;
- cc_blink::WebLayerImpl::SetLayerSettings(layer_settings);
- blink::WebRuntimeFeatures::enableCompositorAnimationTimelines(true);
-
// Initialize libraries for media and enable the media player.
media::InitializeMediaLibrary();
blink::WebRuntimeFeatures::enableMediaPlayer(true);
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698