| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 74b183896535060616818c74655bc93ff9a341da..923e968ec1cccf7242465883e62937c7dbc866e3 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -84,9 +84,6 @@ 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 use of the SGI_video_sync extension, which can have
|
| // driver/sandbox/window manager compatibility issues.
|
| const char kEnableSgiVideoSync[] = "enable-sgi-video-sync";
|
| @@ -113,7 +110,6 @@ const char* kGLSwitchesCopiedFromGpuProcessHost[] = {
|
| kDisableD3D11,
|
| kEnableGPUServiceLogging,
|
| kEnableGPUServiceTracing,
|
| - kEnableUnsafeES3APIs,
|
| kEnableSgiVideoSync,
|
| kGpuNoContextLost,
|
| kDisableGLDrawingForTests,
|
|
|