Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5ecc7a823bc5f459685d04c70fbec3b09ff9ebf3..ee7c56be9dd6ecd9453aa17fe99da2a96df9d141 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -496,6 +496,11 @@ const char kForceFieldTrials[] = "force-fieldtrials"; |
// kEnableGpuRasterization flag. |
const char kForceGpuRasterization[] = "force-gpu-rasterization"; |
+// The number of multisample antialiasing samples for GPU rasterization. |
+// Requires MSAA support on GPU to have an effect. 0 disables MSAA. |
+const char kGpuRasterizationMSAASampleCount[] = |
+ "gpu-rasterization-msaa-sample-count"; |
+ |
// 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. |