| 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 7c4a713f03a227ef57bcd8e6ea3af959073778fc..f4f1ca22c43d267aec1e1955a70bb1e0144de8f5 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -354,4 +354,8 @@ void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(
|
| enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableBackgroundVideoTrackOptimization(bool enable) {
|
| + RuntimeEnabledFeatures::setBackgroundVideoTrackOptimizationEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|