| 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 dbbd7bb40590571404cbfb44168f199bdbcebbca..991d27520f313a1f42f9e888bc645b9c7fae326d 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -868,6 +868,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| #endif
|
| #if defined(USE_OZONE)
|
| switches::kOzonePlatform,
|
| + switches::kOzoneUseSurfaceless,
|
| #endif
|
| #if defined(USE_X11) && !defined(OS_CHROMEOS)
|
| switches::kX11Display,
|
|
|