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

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: Fix compilation. 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 928702d6feff8ec8ef88d09be43789374212d063..4e684879ec44b2dcd03f015fd3bfb850065e0663 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_ =

Powered by Google App Engine
This is Rietveld 408576698