Index: ui/ozone/platform/drm/gpu/drm_device_generator.cc |
diff --git a/ui/ozone/platform/drm/gpu/drm_device_generator.cc b/ui/ozone/platform/drm/gpu/drm_device_generator.cc |
index 75ca66e16c284cbd89200aff0d548f584da22588..205269f14d9001902508d0a6ee22acab3cb56441 100644 |
--- a/ui/ozone/platform/drm/gpu/drm_device_generator.cc |
+++ b/ui/ozone/platform/drm/gpu/drm_device_generator.cc |
@@ -18,7 +18,7 @@ scoped_refptr<DrmDevice> DrmDeviceGenerator::CreateDevice( |
const base::FilePath& device_path, |
base::File file) { |
scoped_refptr<DrmDevice> drm = new DrmDevice(device_path, file.Pass()); |
- if (drm->Initialize()) |
+ if (drm->Initialize(false)) |
return drm; |
return nullptr; |