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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 361143002: Impl thread smooth scrolling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 6 years, 5 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/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 528401214dca53a59305782fae8e9122f260aa13..c629485f9059f0cd40fdcc431afc5543dfdf0eae 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1156,6 +1156,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnablePreparsedJsCaching,
switches::kEnableSeccompFilterSandbox,
switches::kEnableSkiaBenchmarking,
+ switches::kEnableSmoothScrolling,
switches::kEnableSpeechSynthesis,
switches::kEnableStatsTable,
switches::kEnableStrictSiteIsolation,

Powered by Google App Engine
This is Rietveld 408576698