Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h |
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
index 2ecb34a446b2a2ad34442f02355f9f4e7a64f816..ac6fb0017e57a0aa765b9af43804ccf433d97bfd 100644 |
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
@@ -64,6 +64,9 @@ public: |
WEBKIT_EXPORT static void enableCSSRegions(bool); |
WEBKIT_EXPORT static bool isCSSRegionsEnabled(); |
+ WEBKIT_EXPORT static void enableCSSTouchAction(bool); |
+ WEBKIT_EXPORT static bool isCSSTouchActionEnabled(); |
+ |
WEBKIT_EXPORT static void enableCustomDOMElements(bool); |
WEBKIT_EXPORT static bool isCustomDOMElementsEnabled(); |