Index: Source/platform/scroll/ScrollbarThemeClient.h |
diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h |
index df31f31994c7483d94c00686d565d3f8bd809dd6..5ebad944d75e2856e9c455f107ab46d6379f6e8a 100644 |
--- a/Source/platform/scroll/ScrollbarThemeClient.h |
+++ b/Source/platform/scroll/ScrollbarThemeClient.h |
@@ -59,7 +59,6 @@ public: |
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const = 0; |
virtual void getTickmarks(Vector<IntRect>&) const = 0; |
virtual bool isScrollableAreaActive() const = 0; |
- virtual bool isScrollViewScrollbar() const = 0; |
virtual IntPoint convertFromContainingWindow(const IntPoint& windowPoint) = 0; |