| 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 2384a1b2cc24d135c3b99ef1ef0db40824a0a5fc..c9a03e76be4c0954fac51b922ef796b33e12b45e 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -112,6 +112,7 @@ static const char* const kSwitchNames[] = {
|
| #if defined(USE_OZONE)
|
| switches::kOzonePlatform,
|
| switches::kOzoneUseSurfaceless,
|
| + switches::kOzoneUseAtomicDrm,
|
| #endif
|
| #if defined(USE_X11) && !defined(OS_CHROMEOS)
|
| switches::kX11Display,
|
|
|