Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
index b65d260901f2f5c03b68b1f2994654e832cb5e1b..8f657e4b28dfdb81a6ea08f0bccfa30ede54767e 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
@@ -63,8 +63,6 @@ |
return false; |
} |
- int minimumThumbLength(const ScrollbarThemeClient&) override { return 7; } |
- |
private: |
double m_delayInSeconds; |
bool isMockTheme() const final { return true; } |