diff options
Diffstat (limited to 'WebKit/chromium/public/WebRuntimeFeatures.h')
-rw-r--r-- | WebKit/chromium/public/WebRuntimeFeatures.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebRuntimeFeatures.h b/WebKit/chromium/public/WebRuntimeFeatures.h index 04f88c9..40a5952 100644 --- a/WebKit/chromium/public/WebRuntimeFeatures.h +++ b/WebKit/chromium/public/WebRuntimeFeatures.h @@ -68,6 +68,12 @@ public: WEBKIT_API static void enableIndexedDatabase(bool); WEBKIT_API static bool isIndexedDatabaseEnabled(); + WEBKIT_API static void enableWebGL(bool); + WEBKIT_API static bool isWebGLEnabled(); + + WEBKIT_API static void enablePushState(bool); + WEBKIT_API static bool isPushStateEnabled(bool); + private: WebRuntimeFeatures(); }; |