| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 179b773b7d229cc2090dc6919a878d1d0d7b1f0b..429bab43999ef568b2b9e33170e7cb8db04f68eb 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -68,6 +68,7 @@
|
| #include "services/service_manager/runner/common/client_util.h"
|
| #include "ui/base/ui_base_switches.h"
|
| #include "ui/events/latency_info.h"
|
| +#include "ui/gfx/switches.h"
|
| #include "ui/gl/gl_switches.h"
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -134,6 +135,7 @@ static const char* const kSwitchNames[] = {
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
| switches::kGpuSandboxStartEarly,
|
| + switches::kHeadless,
|
| switches::kLoggingLevel,
|
| switches::kEnableLowEndDeviceMode,
|
| switches::kDisableLowEndDeviceMode,
|
|
|