| 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 f2da25e849acc6394cd7011ae8f8b22378155c11..ecd50bb52dd32f20bfcb39f20caa1f55a144119c 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -9395,7 +9395,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(), AnimationTargetProperty::SCROLL_OFFSET));
|
|
|
| EXPECT_EQ(gfx::ScrollOffset(), scrolling_layer->CurrentScrollOffset());
|
| host_impl_->DidFinishImplFrame();
|
|
|