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

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: Fixed ScrollbarGroup pageStep 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 628db197d59cdfc66e8d917d906abba722738bdb..5f6728fc5dfef4a9ccda2124b54a27ac4b5750f9 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
@@ -68,8 +68,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;
« no previous file with comments | « Source/core/platform/ScrollbarThemeClient.h ('k') | Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698