| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 6beb5337df8f2735c698f61c1bb78897bd133c88..3fabe5c7432a56189ad7c01048712d463da76bea 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -13,6 +13,7 @@ const char kGLImplementationAppleName[] = "apple";
|
| const char kGLImplementationEGLName[] = "egl";
|
| const char kGLImplementationANGLEName[] = "angle";
|
| const char kGLImplementationSwiftShaderName[] = "swiftshader";
|
| +const char kGLImplementationSwiftShaderForWebGLName[] = "swiftshader-webgl";
|
| const char kGLImplementationMockName[] = "mock";
|
| const char kGLImplementationStubName[] = "stub";
|
|
|
|
|