| Index: content/browser/renderer_host/render_process_host_impl.cc | 
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc | 
| index 70ab68a48db001ab1c60a6b7134ca50a7c68cfaa..0cc9ebfb40757155f11b2398a87d0dff55c1d89d 100644 | 
| --- a/content/browser/renderer_host/render_process_host_impl.cc | 
| +++ b/content/browser/renderer_host/render_process_host_impl.cc | 
| @@ -1155,6 +1155,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( | 
| switches::kEnablePreparsedJsCaching, | 
| switches::kEnableSeccompFilterSandbox, | 
| switches::kEnableSkiaBenchmarking, | 
| +    switches::kEnableSmoothScrolling, | 
| switches::kEnableSpeechSynthesis, | 
| switches::kEnableStatsTable, | 
| switches::kEnableStrictSiteIsolation, | 
|  |