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