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

Unified Diff: public/web/mac/WebScrollbarTheme.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: public/web/mac/WebScrollbarTheme.h
===================================================================
--- public/web/mac/WebScrollbarTheme.h (revision 167616)
+++ public/web/mac/WebScrollbarTheme.h (working copy)
@@ -46,12 +46,11 @@
// Updates the scrollbar appearance and behavior.
// |initialButtonDelay| is the current value of NSScrollerButtonDelay from NSUserDefaults.
// |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults.
- // |jumpOnTrackClick| is the current value of AppleScrollerPagingBehavior from NSUserDefaults.
// |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
// |redraw| is true if the update requires a redraw to include the change.
BLINK_EXPORT static void updateScrollbars(
float initialButtonDelay, float autoscrollButtonDelay,
- bool jumpOnTrackClick, ScrollerStyle preferredScrollerStyle, bool redraw);
+ ScrollerStyle preferredScrollerStyle, bool redraw);
};
} // namespace blink
« public/platform/WebScrollbarBehavior.h ('K') | « public/platform/WebScrollbarBehavior.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698