Index: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
index 3a7b40b78c6a069ba2f8b421177a98886859a035..033b65ef131b855441c8f600ed30a9a668d1426d 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
@@ -26,8 +26,9 @@ using testing::Return; |
class ScrollbarThemeWithMockInvalidation : public ScrollbarThemeMock { |
public: |
MOCK_CONST_METHOD0(shouldRepaintAllPartsOnInvalidation, bool()); |
- MOCK_CONST_METHOD3(invalidateOnThumbPositionChange, |
- ScrollbarPart(const ScrollbarThemeClient&, float, float)); |
+ MOCK_CONST_METHOD3( |
+ invalidateOnThumbPositionChange, |
+ ScrollbarPart(const ScrollbarThemeClient&, float, float, bool)); |
}; |
} // namespace |