| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 5916c11e7739a57edca76c3bdc3e556d667a7014..268cfc36ed5f03fec485aa62f9eba57f1a3bf2ac 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -480,7 +480,7 @@ WebPreferences RenderViewHostImpl::ComputeWebkitPrefs() {
|
|
|
| prefs.enable_scroll_animator =
|
| !command_line.HasSwitch(switches::kDisableSmoothScrolling) &&
|
| - gfx::Animation::ShouldRenderRichAnimation();
|
| + gfx::Animation::ScrollAnimationsEnabledBySystem();
|
|
|
| // Certain GPU features might have been blacklisted.
|
| GpuDataManagerImpl::GetInstance()->UpdateRendererWebPrefs(&prefs);
|
|
|