| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2f32cd6364c3966a701fada1da15f56dd98838e6..e7b87bf1c7ab6ce5c1a90a7c9b92f79251b15b72 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -420,6 +420,10 @@ const char kForceFieldTrials[] = "force-fieldtrials";
|
| // overrides this if present.
|
| const char kForceRendererAccessibility[] = "force-renderer-accessibility";
|
|
|
| +// Force the compositor to use its software implementation instead of GL.
|
| +const char kEnableSoftwareCompositingGLAdapter[] =
|
| + "enable-software-compositing-gl-adapter";
|
| +
|
| // Passes gpu device_id from browser process to GPU process.
|
| const char kGpuDeviceID[] = "gpu-device-id";
|
|
|
|
|