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

Unified Diff: content/public/common/content_switches.cc

Issue 869433003: (not for commit) Simplified multi-threaded Ganesh with lock on Flush only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/gpu/compositor_dependencies.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5ae4367758474a7ee2b815b4a9cafd6a3e8d3d87..ab403a0e861b8dc5bcf5ceec18315cd8f0eafd33 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -498,6 +498,15 @@ const char kForceGpuRasterization[] = "force-gpu-rasterization";
const char kGpuRasterizationMSAASampleCount[] =
"gpu-rasterization-msaa-sample-count";
+// Enable threaded GPU rasterization.
+const char kEnableThreadedGpuRasterization[] =
+ "enable-threaded-gpu-rasterization";
+
+// Disable threaded GPU rasterization.
+// Overrides kEnableThreadedGpuRasterization.
+const char kDisableThreadedGpuRasterization[] =
+ "disable-threaded-gpu-rasterization";
+
// Force renderer accessibility to be on instead of enabling it on demand when
// a screen reader is detected. The disable-renderer-accessibility switch
// overrides this if present.
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/gpu/compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698