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

Unified Diff: Source/web/mac/WebScrollbarTheme.mm

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
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacCommon.mm ('k') | public/web/WebInputEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/mac/WebScrollbarTheme.mm
===================================================================
--- Source/web/mac/WebScrollbarTheme.mm (revision 168176)
+++ Source/web/mac/WebScrollbarTheme.mm (working copy)
@@ -45,7 +45,7 @@
void WebScrollbarTheme::updateScrollbars(
float initialButtonDelay, float autoscrollButtonDelay,
- bool jumpOnTrackClick, ScrollerStyle preferredScrollerStyle, bool redraw)
+ ScrollerStyle preferredScrollerStyle, bool redraw)
{
ScrollbarTheme* theme = ScrollbarTheme::theme();
if (theme->isMockTheme())
@@ -52,7 +52,7 @@
return;
static_cast<ScrollbarThemeMacCommon*>(ScrollbarTheme::theme())->preferencesChanged(
- initialButtonDelay, autoscrollButtonDelay, jumpOnTrackClick, preferredScrollerStyle, redraw);
+ initialButtonDelay, autoscrollButtonDelay, preferredScrollerStyle, redraw);
}
} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacCommon.mm ('k') | public/web/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698