Index: Source/core/platform/ScrollbarThemeClient.h |
diff --git a/Source/core/platform/ScrollbarThemeClient.h b/Source/core/platform/ScrollbarThemeClient.h |
index 106175f6a975f21e7d6ee788490f8770b8bd1a9a..a206dfa3d7be0cfa38354136b4de78cecd31eb86 100644 |
--- a/Source/core/platform/ScrollbarThemeClient.h |
+++ b/Source/core/platform/ScrollbarThemeClient.h |
@@ -72,9 +72,6 @@ public: |
virtual int maximum() const = 0; |
virtual ScrollbarControlSize controlSize() const = 0; |
- virtual int lineStep() const = 0; |
- virtual int pageStep() const = 0; |
- |
virtual ScrollbarPart pressedPart() const = 0; |
virtual ScrollbarPart hoveredPart() const = 0; |