| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index c0df222e2e3dd6df9def60fab0dc70bae680209a..f7df2b91cbeb11aae0e8e7c28cff6d78c04858fb 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -120,6 +120,7 @@ public:
|
| BLINK_EXPORT static void enableXSLT(bool);
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| + BLINK_EXPORT static void enableTimerThrottlingForBackgroundTabs(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| private:
|
|
|