| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index 2d1b3c8faad9042d1e720c8bfe2e7aa19cb439ca..e1977a44fc63a23270e34c4caf87f68e55e99157 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -1647,9 +1647,8 @@ class LayerTreeHostAnimationTestNotifyAnimationFinished
|
| TargetProperty::Type target_property,
|
| int group) override {
|
| called_animation_started_ = true;
|
| - layer_tree_host_in_process()->AnimateLayers(
|
| - base::TimeTicks::FromInternalValue(
|
| - std::numeric_limits<int64_t>::max()));
|
| + layer_tree_host()->AnimateLayers(base::TimeTicks::FromInternalValue(
|
| + std::numeric_limits<int64_t>::max()));
|
| PostSetNeedsCommitToMainThread();
|
| }
|
|
|
|
|