| 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 370da1225e7660333dc77d94e23660f21fc4b435..dfe06a8f232c6bf00720d4b6e17c8203bb341c40 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -107,6 +107,9 @@ static const char* const kSwitchNames[] = {
|
| switches::kEnableHeapProfiling,
|
| switches::kEnableLogging,
|
| switches::kEnableShareGroupAsyncTextureUpload,
|
| +#if defined(OS_ANDROID)
|
| + switches::kEnableUnifiedMediaPipeline,
|
| +#endif
|
| #if defined(OS_CHROMEOS)
|
| switches::kDisableVaapiAcceleratedVideoEncode,
|
| #endif
|
|
|