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. |
danakj
2015/02/02 21:48:38
don't line break after period
vmiura
2015/02/02 22:03:22
Done.
|
+// 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. |