| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 7cd676e40f9e4dcd3773fa458a7044dec85decc4..47017ea8d401c79f69fe7f918d6240d7fbf6f908 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -84,8 +84,8 @@ const char kTestGLLib[] = "test-gl-lib";
|
| // Use hardware gpu, if available, for tests.
|
| const char kUseGpuInTests[] = "use-gpu-in-tests";
|
|
|
| -// Enable OpenGL ES 3 APIs without proper service side validation.
|
| -const char kEnableUnsafeES3APIs[] = "enable-unsafe-es3-apis";
|
| +// Enable OpenGL ES 3 APIs.
|
| +const char kEnableES3APIs[] = "enable-es3-apis";
|
|
|
| // Disable OpenGL ES 3 APIs. This in turn will disable WebGL2.
|
| const char kDisableES3APIs[] = "disable-es3-apis";
|
|
|