Index: Source/platform/scroll/ScrollbarThemeOverlay.h |
diff --git a/Source/platform/scroll/ScrollbarThemeOverlay.h b/Source/platform/scroll/ScrollbarThemeOverlay.h |
index a8a16f99c5c71f4a2e97a5b6a0432d699ea5b0fb..5bfb241caf8a93b0ca2ca92e8ed100269793852d 100644 |
--- a/Source/platform/scroll/ScrollbarThemeOverlay.h |
+++ b/Source/platform/scroll/ScrollbarThemeOverlay.h |
@@ -59,8 +59,6 @@ |
void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) override; |
ScrollbarPart hitTest(ScrollbarThemeClient*, const IntPoint&) override; |
- static ScrollbarTheme* mobileTheme(); |
- |
private: |
int m_thumbThickness; |
int m_scrollbarMargin; |