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

Unified Diff: blimp/client/feature/compositor/blimp_layer_tree_settings.cc

Issue 1783613004: CC Animation: Erase cc::LayerSettings everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseandroid
Patch Set: Rebase. Created 4 years, 9 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 | « blimp/client/feature/compositor/blimp_compositor.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/compositor/blimp_layer_tree_settings.cc
diff --git a/blimp/client/feature/compositor/blimp_layer_tree_settings.cc b/blimp/client/feature/compositor/blimp_layer_tree_settings.cc
index 2620b3607ead0fb3f9de9fda5a013bed25a38e72..a25915056b2757a017e934866a2010ecfbed3912 100644
--- a/blimp/client/feature/compositor/blimp_layer_tree_settings.cc
+++ b/blimp/client/feature/compositor/blimp_layer_tree_settings.cc
@@ -102,9 +102,6 @@ void PopulateCommonLayerTreeSettings(cc::LayerTreeSettings* settings) {
// settings->scrollbar_show_scale_threshold = 1.05f;
#endif
- // Blimp always uses new cc::AnimationHost system.
- settings->use_compositor_animation_timelines = true;
-
// Set the GpuMemoryPolicy.
cc::ManagedMemoryPolicy memory_policy = settings->memory_policy_;
memory_policy.bytes_limit_when_visible = 0;
« no previous file with comments | « blimp/client/feature/compositor/blimp_compositor.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698