summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_settings.cc
diff options
context:
space:
mode:
authorloyso <loyso@chromium.org>2016-01-06 15:56:02 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 23:57:20 +0000
commit13efd62803e3f0b19834376fcdb33efb027d6895 (patch)
treec8df75cfe407fd6429a96e445967ac8048919721 /cc/trees/layer_tree_settings.cc
parentaf111fdc8f9411f0214a9e3092ebc07031b617cb (diff)
downloadchromium_src-13efd62803e3f0b19834376fcdb33efb027d6895.zip
chromium_src-13efd62803e3f0b19834376fcdb33efb027d6895.tar.gz
chromium_src-13efd62803e3f0b19834376fcdb33efb027d6895.tar.bz2
CC Animation: Make sure that we use compositor animation timelines everywhere.
Since all the clients of CC use the new animation system (cc::AnimationHost) by default, it mustn't affect anything. BUG=394777 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1534993002 Cr-Commit-Position: refs/heads/master@{#367961}
Diffstat (limited to 'cc/trees/layer_tree_settings.cc')
-rw-r--r--cc/trees/layer_tree_settings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 0eb1849..ee0c957 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -101,7 +101,7 @@ LayerTreeSettings::LayerTreeSettings()
verify_property_trees(false),
use_property_trees(true),
image_decode_tasks_enabled(false),
- use_compositor_animation_timelines(false),
+ use_compositor_animation_timelines(true),
wait_for_beginframe_interval(true),
max_staging_buffer_usage_in_bytes(32 * 1024 * 1024),
memory_policy_(64 * 1024 * 1024,