diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index dbbd7bb..991d275 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, |