| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3d6a24503d0cbecc0f661118fd5fdfd28a04ac32..aeb53e7769906e2b02f0d2716074e2b543aaead9 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -974,7 +974,9 @@ const char kEnableAudioSupportForDesktopShare[] =
|
| #if defined(OS_CHROMEOS)
|
| // Disables panel fitting (used for mirror mode).
|
| const char kDisablePanelFitting[] = "disable-panel-fitting";
|
| +#endif
|
|
|
| +#if defined(OS_LINUX)
|
| // Disables VA-API accelerated video encode.
|
| const char kDisableVaapiAcceleratedVideoEncode[] =
|
| "disable-vaapi-accelerated-video-encode";
|
|
|