| 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 97aec83dc0c59ed10bcc9db8ac71271046d7381b..b1f32a98b6a9b51f12300a3866857a88f11308d1 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -118,6 +118,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);
|
| private:
|
| WebRuntimeFeatures();
|
|
|