| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index d537c35eb20cd0d58bdb8ce44884d2a8f706b9b9..aa6d9ed86dd71576486db7f824bd2d86e798a801 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -103,8 +103,6 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| command_line->HasSwitch(switches::kEnableGPUServiceLogging);
|
| gpu_preferences.enable_gpu_service_tracing =
|
| command_line->HasSwitch(switches::kEnableGPUServiceTracing);
|
| - gpu_preferences.enable_unsafe_es3_apis =
|
| - command_line->HasSwitch(switches::kEnableUnsafeES3APIs);
|
| gpu_preferences.use_passthrough_cmd_decoder =
|
| command_line->HasSwitch(switches::kUsePassthroughCmdDecoder);
|
| return gpu_preferences;
|
|
|