Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index b27da2a35c7350ee96d4962e7b636fd611365e70..101e16855ac950fa9ddcd6ae67ae494e64633f01 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -161,6 +161,8 @@ public: |
BLINK_EXPORT static void enableOverlayFullscreenVideo(bool); |
+ BLINK_EXPORT static void enableSharedWorker(bool); |
+ |
private: |
WebRuntimeFeatures(); |
}; |