| Index: Source/core/platform/ScrollbarThemeClient.h
|
| diff --git a/Source/core/platform/ScrollbarThemeClient.h b/Source/core/platform/ScrollbarThemeClient.h
|
| index dc001b70222f9a70da64161007aca9ecf37cc81a..8372736f455c6eb2773cc496ba9ab52b3027d3d5 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;
|
|
|
|
|