diff options
Diffstat (limited to 'ui/gl/gl_switches.cc')
-rw-r--r-- | ui/gl/gl_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc index fb9d3d8..d32786f 100644 --- a/ui/gl/gl_switches.cc +++ b/ui/gl/gl_switches.cc @@ -18,9 +18,6 @@ const char kGLImplementationMockName[] = "mock"; namespace switches { -// Enables use of D3D11 when available. -const char kEnableD3D11[] = "enable-d3d11"; - // Disables use of D3D11. const char kDisableD3D11[] = "disable-d3d11"; @@ -75,7 +72,6 @@ const char kUseGpuInTests[] = "use-gpu-in-tests"; // to read it in the GPU process, else don't add it. const char* kGLSwitchesCopiedFromGpuProcessHost[] = { kDisableGpuVsync, - kEnableD3D11, kDisableD3D11, kEnableGPUServiceLogging, kEnableGPUServiceTracing, |