| 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 0829e55a4f9353d988449012bc0c875ebfba7605..46534557b99c59de83359d0e6f29612b8dda6f33 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);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|