| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 7210346101444dc13b417f037415aa209cc9d000..eac493a4554c370f2ea1aeb53a2630e80d29975e 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -350,4 +350,8 @@ void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(
|
| enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableBackgroundVideoTrackOptimization(bool enable) {
|
| + RuntimeEnabledFeatures::setBackgroundVideoTrackOptimizationEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|