| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 00b5b86a34886d85dcc205c348f2c11ba388b3a1..1286a271f1c91088826b205ab69d944a4633452f 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -153,6 +153,11 @@ const base::Feature kWebGLImageChromium{"WebGLImageChromium",
|
| const base::Feature kWebRtcEcdsaDefault {"WebRTC-EnableWebRtcEcdsa",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +// Use GpuMemoryBuffer backed VideoFrames in media streams.
|
| +const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{
|
| + "WebRTC-UseGpuMemoryBufferVideoFrames",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Controls whether the WebUSB API is enabled:
|
| // https://wicg.github.io/webusb
|
| const base::Feature kWebUsb{"WebUSB", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|