diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebRuntimeFeatures.h')
| -rw-r--r-- | Source/WebKit/chromium/public/WebRuntimeFeatures.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h index 187ef0f55..0a954e164 100644 --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h @@ -109,6 +109,9 @@ public: WEBKIT_EXPORT static void enableMediaStream(bool); WEBKIT_EXPORT static bool isMediaStreamEnabled(); + WEBKIT_EXPORT static void enablePeerConnection(bool); + WEBKIT_EXPORT static bool isPeerConnectionEnabled(); + WEBKIT_EXPORT static void enableFullScreenAPI(bool); WEBKIT_EXPORT static bool isFullScreenAPIEnabled(); @@ -118,6 +121,9 @@ public: WEBKIT_EXPORT static void enableMediaSource(bool); WEBKIT_EXPORT static bool isMediaSourceEnabled(); + WEBKIT_EXPORT static void enableEncryptedMedia(bool); + WEBKIT_EXPORT static bool isEncryptedMediaEnabled(); + WEBKIT_EXPORT static void enableVideoTrack(bool); WEBKIT_EXPORT static bool isVideoTrackEnabled(); @@ -130,6 +136,9 @@ public: WEBKIT_EXPORT static void enableStyleScoped(bool); WEBKIT_EXPORT static bool isStyleScopedEnabled(); + WEBKIT_EXPORT static void enableInputTypeDate(bool); + WEBKIT_EXPORT static bool isInputTypeDateEnabled(); + private: WebRuntimeFeatures(); }; |
