summaryrefslogtreecommitdiffstats
path: root/cc/animation/animation_host_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/animation/animation_host_unittest.cc')
-rw-r--r--cc/animation/animation_host_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/animation/animation_host_unittest.cc b/cc/animation/animation_host_unittest.cc
index cf828f6..0cd6ab2 100644
--- a/cc/animation/animation_host_unittest.cc
+++ b/cc/animation/animation_host_unittest.cc
@@ -79,8 +79,8 @@ TEST_F(AnimationHostTest, ImplOnlyTimeline) {
}
TEST_F(AnimationHostTest, ImplOnlyScrollAnimationUpdateTargetIfDetached) {
- client_.RegisterLayer(layer_id_, LayerTreeType::ACTIVE);
- client_impl_.RegisterLayer(layer_id_, LayerTreeType::PENDING);
+ client_.RegisterLayer(layer_id_, LayerListType::ACTIVE);
+ client_impl_.RegisterLayer(layer_id_, LayerListType::PENDING);
gfx::ScrollOffset target_offset(0., 2.);
gfx::ScrollOffset current_offset(0., 1.);