Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1240)

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h

Issue 16982005: Allow objects without scrollbars to be scrollable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR Fixes Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698