summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_switches.cc
diff options
context:
space:
mode:
authorgeofflang@chromium.org <geofflang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 20:23:04 +0000
committergeofflang@chromium.org <geofflang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 20:23:04 +0000
commitc3387c54641aa68b0c36893767e439283703b6dc (patch)
treed0dcdbd45b5b779c7a66d0e3fb7a165f4c5d4b15 /ui/gl/gl_switches.cc
parent1578e372c922ffe7c297d48f3cb638909ca16e45 (diff)
downloadchromium_src-c3387c54641aa68b0c36893767e439283703b6dc.zip
chromium_src-c3387c54641aa68b0c36893767e439283703b6dc.tar.gz
chromium_src-c3387c54641aa68b0c36893767e439283703b6dc.tar.bz2
Remove the enable-d3d11 flag so that d3d11 is enabled by default.
BUG=258676 R=kbr@chromium.org Review URL: https://codereview.chromium.org/177003009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_switches.cc')
-rw-r--r--ui/gl/gl_switches.cc4
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,