Index: third_party/WebKit/Source/web/tests/ScrollAnimatorTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ScrollAnimatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollAnimatorTest.cpp |
index 0660404f65688ebebc17a061068ab8b43d857016..d691c953a295f908a66bb41aad776341bf117076 100644 |
--- a/third_party/WebKit/Source/web/tests/ScrollAnimatorTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ScrollAnimatorTest.cpp |
@@ -52,10 +52,12 @@ |
MOCK_CONST_METHOD0(isActive, bool()); |
MOCK_CONST_METHOD1(scrollSize, int(ScrollbarOrientation)); |
+ MOCK_METHOD2(invalidateScrollbar, void(Scrollbar*, const IntRect&)); |
MOCK_CONST_METHOD0(isScrollCornerVisible, bool()); |
MOCK_CONST_METHOD0(scrollCornerRect, IntRect()); |
MOCK_METHOD2(setScrollOffset, void(const IntPoint&, ScrollType)); |
- MOCK_METHOD0(scrollControlWasSetNeedsPaintInvalidation, void()); |
+ MOCK_METHOD2(invalidateScrollbarRect, void(Scrollbar*, const IntRect&)); |
+ MOCK_METHOD1(invalidateScrollCornerRect, void(const IntRect&)); |
MOCK_CONST_METHOD0(enclosingScrollableArea, ScrollableArea*()); |
MOCK_CONST_METHOD0(minimumScrollPosition, IntPoint()); |
MOCK_CONST_METHOD0(maximumScrollPosition, IntPoint()); |