Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index 745f24cf98950ce46d3d5c29f2b492140c59941c..f251abc002ede995aaf40c57cab209efb2f444ac 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -110,6 +110,9 @@ public: |
BLINK_EXPORT static void enableNavigatorContentUtils(bool); |
BLINK_EXPORT static bool isNavigatorContentUtilsEnabled(); |
+ BLINK_EXPORT static void enableOrientationEvent(bool); |
+ BLINK_EXPORT static bool isOrientationEventEnabled(); |
+ |
BLINK_EXPORT static void enablePagePopup(bool); |
BLINK_EXPORT static bool isPagePopupEnabled(); |