| 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 cbb5be134f1ec7920fe9c00e2ddf74eb8b2fe17b..086f0501bcf9e8cdd3e3b9bcd09cd3d75f5481f0 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| @@ -109,7 +109,7 @@ TEST(ScrollAnimatorTest, MainThreadEnabled)
|
| EXPECT_CALL(*scrollableArea, minimumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint()));
|
| EXPECT_CALL(*scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000)));
|
| EXPECT_CALL(*scrollableArea, setScrollOffset(_, _)).Times(9);
|
| - EXPECT_CALL(*scrollableArea, registerForAnimation()).Times(3);
|
| + EXPECT_CALL(*scrollableArea, registerForAnimation()).Times(6);
|
| EXPECT_CALL(*scrollableArea, scheduleAnimation()).Times(AtLeast(1)).WillRepeatedly(Return(true));
|
|
|
| EXPECT_FALSE(scrollAnimator->hasAnimationThatRequiresService());
|
|
|