summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebRuntimeFeatures.h')
-rw-r--r--Source/WebKit/chromium/public/WebRuntimeFeatures.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index c9e32f5..dfaae5e 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -63,6 +63,9 @@ public:
WEBKIT_API static void enableApplicationCache(bool);
WEBKIT_API static bool isApplicationCacheEnabled();
+
+ WEBKIT_API static void enableDataTransferItems(bool);
+ WEBKIT_API static bool isDataTransferItemsEnabled();
WEBKIT_API static void enableGeolocation(bool);
WEBKIT_API static bool isGeolocationEnabled();
@@ -73,9 +76,6 @@ public:
WEBKIT_API static void enableWebAudio(bool);
WEBKIT_API static bool isWebAudioEnabled();
- WEBKIT_API static void enableWebGL(bool);
- WEBKIT_API static bool isWebGLEnabled();
-
WEBKIT_API static void enablePushState(bool);
WEBKIT_API static bool isPushStateEnabled(bool);