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

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

Issue 1063493002: cc: Remove all traces of synchronous GPU rasterization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more deleted code Created 5 years, 9 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/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c5b3c89b57c4b17dbe2c0556e9d97a2a2126ac41..7e5471aa886ad8ac40d4cdc14b82f28c240d7c88 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -521,14 +521,6 @@ 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 enable.
-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.

Powered by Google App Engine
This is Rietveld 408576698