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

Unified Diff: Source/platform/scroll/ScrollbarThemeMacCommon.h

Issue 151483008: Re-add snap-back behavior (Blink side) (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 6 years, 10 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/platform/scroll/ScrollbarThemeMacCommon.h
===================================================================
--- Source/platform/scroll/ScrollbarThemeMacCommon.h (revision 168176)
+++ Source/platform/scroll/ScrollbarThemeMacCommon.h (working copy)
@@ -37,7 +37,7 @@
virtual void registerScrollbar(ScrollbarThemeClient*) OVERRIDE;
virtual void unregisterScrollbar(ScrollbarThemeClient*) OVERRIDE;
- void preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, bool jumpOnTrackClick, NSScrollerStyle preferredScrollerStyle, bool redraw);
+ void preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw);
virtual bool supportsControlTints() const OVERRIDE { return true; }
@@ -55,7 +55,6 @@
protected:
virtual int maxOverlapBetweenPages() OVERRIDE { return 40; }
- virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
int scrollbarPartToHIPressedState(ScrollbarPart);
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp ('k') | Source/platform/scroll/ScrollbarThemeMacCommon.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698