Index: Source/core/platform/mock/ScrollbarThemeMock.h |
diff --git a/Source/core/platform/mock/ScrollbarThemeMock.h b/Source/core/platform/mock/ScrollbarThemeMock.h |
index 3ddf0268b78591265b82467af971524eb75dcc24..e0dbb927c38c10ccd3bd246fac04063560ff5ae2 100644 |
--- a/Source/core/platform/mock/ScrollbarThemeMock.h |
+++ b/Source/core/platform/mock/ScrollbarThemeMock.h |
@@ -34,7 +34,6 @@ namespace WebCore { |
class ScrollbarThemeMock : public ScrollbarTheme { |
public: |
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE; |
- virtual bool usesOverlayScrollbars() const OVERRIDE; |
protected: |
virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } |