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

Unified Diff: content/renderer/render_thread_impl.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
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 9cb97a93dc9ad31f2c4019a1d457c49eb1862eed..555b85884dab7a84751e37989aa5e2d91fa140b4 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -736,10 +736,6 @@ void RenderThreadImpl::Init() {
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
- cc::LayerSettings layer_settings;
- layer_settings.use_compositor_animation_timelines =
- !command_line.HasSwitch(switches::kDisableCompositorAnimationTimelines);
- cc_blink::WebLayerImpl::SetLayerSettings(layer_settings);
cc::SetClientNameForMetrics("Renderer");
is_threaded_animation_enabled_ =
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698