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 6fff587506cfcfb94c44e2700ab0eab7c99b0ef0..3874fc7dda9d2db03b56d2a27a7aa55bb2cb2572 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -124,6 +124,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, |