| Index: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
|
| diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
|
| index 81053e5595a186010ddc11f0398e2b3a1aa231e2..cfb1de8e819dc438e11d2ebb91d11c8e376875de 100644
|
| --- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
|
| +++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
|
| @@ -67,8 +67,6 @@ public:
|
| virtual int totalSize() const OVERRIDE;
|
| virtual int maximum() const OVERRIDE;
|
| virtual ScrollbarControlSize controlSize() const OVERRIDE;
|
| - virtual int lineStep() const OVERRIDE;
|
| - virtual int pageStep() const OVERRIDE;
|
| virtual ScrollbarPart pressedPart() const OVERRIDE;
|
| virtual ScrollbarPart hoveredPart() const OVERRIDE;
|
| virtual void styleChanged() OVERRIDE;
|
|
|