| 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 ecfdc6a02eaad0b5b1071a7acc4de7c3fa298999..0aa1c75137c649ae2d62eeb43c85cfc988036578 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -125,6 +125,7 @@ public:
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| BLINK_EXPORT static void enableTimerThrottlingForBackgroundTabs(bool);
|
| + BLINK_EXPORT static void enableTimerThrottlingForHiddenFrames(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| private:
|
|
|