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

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

Issue 85813003: --enable-gpu-rasterization flag for turning on hybrid ganesh mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: !nin Created 7 years, 1 month 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 6ea1a3a9c545af014f5f403d2fe7cfd0fc5893af..84557a9f68e302d2a5d92191b283a943e2c1d13a 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1064,6 +1064,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kDisableLCDText,
cc::switches::kDisableMapImage,
cc::switches::kDisableThreadedAnimation,
+ cc::switches::kEnableGPURasterization,
cc::switches::kEnableImplSidePainting,
cc::switches::kEnableLCDText,
cc::switches::kEnableMapImage,
« cc/base/switches.cc ('K') | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698