| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 7ac9c72396a2b8ba4677285c3b9dc820d2273f6b..e2683463e48b2c99782825213cd722a184fbe5d7 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -38,6 +38,8 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| command_line->HasSwitch(switches::kInProcessGPU);
|
| gpu_preferences.ui_prioritize_in_gpu_process =
|
| command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess);
|
| + gpu_preferences.enable_gpu_scheduler =
|
| + command_line->HasSwitch(switches::kEnableGpuScheduler);
|
| gpu_preferences.disable_accelerated_video_decode =
|
| command_line->HasSwitch(switches::kDisableAcceleratedVideoDecode);
|
| #if defined(OS_CHROMEOS)
|
|
|