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