| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index d7fc121dbf6dd23e86700f9a166832e7052bc20f..d155c5b050e1fe68d4a41c633a8cf23fcfb785dd 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -9403,7 +9403,7 @@ TEST_F(LayerTreeHostImplTimelinesTest, ScrollAnimatedAborted) {
|
| host_impl_->UpdateAnimationState(true);
|
|
|
| EXPECT_TRUE(host_impl_->animation_host()->HasAnyAnimationTargetingProperty(
|
| - scrolling_layer->id(), Animation::SCROLL_OFFSET));
|
| + scrolling_layer->id(), TargetProperty::SCROLL_OFFSET));
|
|
|
| EXPECT_EQ(gfx::ScrollOffset(), scrolling_layer->CurrentScrollOffset());
|
| host_impl_->DidFinishImplFrame();
|
|
|