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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1653003002: Make scrollAnimatorEnabled work on Mac like it does on other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 70bfc08ffdce74990e881c4adfe3f0589469b2fe..908c82bf93a3fa976bc00c537c482481eefe972c 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1922,7 +1922,7 @@ void RenderThreadImpl::OnUpdateScrollbarTheme(
blink::WebScrollbarTheme::updateScrollbarsWithNSDefaults(
params.initial_button_delay, params.autoscroll_button_delay,
params.preferred_scroller_style, params.redraw,
- params.scroll_animation_enabled, params.button_placement);
+ params.button_placement);
}
void RenderThreadImpl::OnSystemColorsChanged(

Powered by Google App Engine
This is Rietveld 408576698