| 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 a51c1ff626f4adafb40ae691a74bbd995477d4d5..689ccc5bef43bec652b4cd9e460a0cec020024a4 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -375,6 +375,11 @@ void WebRuntimeFeatures::enableTimerThrottlingForBackgroundTabs(bool enable)
|
| RuntimeEnabledFeatures::setTimerThrottlingForBackgroundTabsEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableTimerThrottlingForHiddenFrames(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setTimerThrottlingForHiddenFramesEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setSendBeaconThrowForBlobWithNonSimpleTypeEnabled(enable);
|
|
|