| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 48a42919cee41291634b42acd14585b9b785528e..49af7407c8ac4fc58f5a241e60542dd33a794820 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -936,6 +936,10 @@ const char kDisableWebAudio[] = "disable-webaudio";
|
| #if defined(OS_CHROMEOS)
|
| // Disables panel fitting (used for mirror mode).
|
| const char kDisablePanelFitting[] = "disable-panel-fitting";
|
| +
|
| +// Enables VA-API accelerated video encode.
|
| +const char kEnableVaapiAcceleratedVideoEncode[] =
|
| + "enable-vaapi-accelerated-video-encode";
|
| #endif
|
|
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|