| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 71f28a73729be50ebd089bf8f6fe5c49ac55dd99..f044e8b273ac54917e524081b8d26e3d3bbfc93f 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -25,6 +25,10 @@ const char kANGLEImplementationOpenGLESName[] = "gles";
|
|
|
| namespace switches {
|
|
|
| +// Ask the GLX driver for the default context instead of trying to get the
|
| +// highest version possible.
|
| +const char kCreateDefaultGLContext[] = "create-default-gl-context";
|
| +
|
| // Disables use of D3D11.
|
| const char kDisableD3D11[] = "disable-d3d11";
|
|
|
|
|