| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| index 976a456e9e33db9bf47cdd81cfa1c5b35f723157..1a8fb974ba18712e52eb7276db458f7797a3324b 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| @@ -586,8 +586,6 @@ TEST(ScrollAnimatorTest, ImplOnlyAnimationUpdatesCleared)
|
|
|
| // Verify that the takeover update is cleared.
|
| animator->takeOverImplOnlyScrollOffsetAnimation();
|
| - EXPECT_TRUE(animator->hasAnimationThatRequiresService());
|
| - animator->updateCompositorAnimations();
|
| EXPECT_FALSE(animator->hasAnimationThatRequiresService());
|
|
|
| // Forced GC in order to finalize objects depending on the mock object.
|
|
|