| 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 913d7e1c34099a24614da6ab18b9019e5ca597c8..4d19b18484fa0b906b83d7f678069b5c28cb0192 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -138,6 +138,7 @@ static const char* const kSwitchNames[] = {
|
| #endif
|
| #if defined(USE_OZONE)
|
| switches::kOzonePlatform,
|
| + switches::kOzoneUseDmaBufMmap,
|
| #endif
|
| #if defined(USE_X11) && !defined(OS_CHROMEOS)
|
| switches::kWindowDepth,
|
|
|