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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 1222243005: Fix unused variables errors in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl_private_fields
Patch Set: Created 5 years, 5 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: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 62d730b5895a0439de0b76d960565042da09fed0..f0236dd330f12cad9055f49b69373884e2044da9 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -124,7 +124,7 @@ LayerTreeHost::LayerTreeHost(InitParams* params)
if (settings_.accelerated_animation_enabled) {
if (settings_.use_compositor_animation_timelines) {
- animation_host_ = AnimationHost::Create(ThreadInstance::MAIN);
+ animation_host_ = AnimationHost::Create();
animation_host_->SetMutatorHostClient(this);
} else {
animation_registrar_ = AnimationRegistrar::Create();

Powered by Google App Engine
This is Rietveld 408576698