| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 22afe190c277d16dba2c5976048355ef94c2b30f..88d3cb291a8f1d91c47a4f326bea175c4e96b501 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -988,6 +988,10 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher";
|
| // accelerated compositing is disabled. See http://crbug.com/122430.
|
| const char kDisableCoreAnimationPlugins[] =
|
| "disable-core-animation-plugins";
|
| +
|
| +// Disables VideoToolbox API accelerated video encode.
|
| +const char kDisableVTAcceleratedVideoEncode[] =
|
| + "disable-vt-accelerated-video-encode";
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|