| 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 36e2ad72235e75f1c64e5a87da7a25384c889b90..97a9ef868354a1a9cc55038114d1a7542db908ce 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -38,6 +38,7 @@
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_switches.h"
|
| #include "ipc/message_filter.h"
|
| +#include "media/base/media_switches.h"
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gl/gl_switches.h"
|
|
|
| @@ -937,6 +938,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
| switches::kGpuSandboxStartAfterInitialization,
|
| + switches::kIgnoreResolutionLimitsForAcceleratedVideoDecode,
|
| switches::kLoggingLevel,
|
| switches::kNoSandbox,
|
| switches::kTestGLLib,
|
|
|