Title: [279003] trunk/Source/WTF
Revision
279003
Author
timothy_hor...@apple.com
Date
2021-06-17 13:00:49 -0700 (Thu, 17 Jun 2021)

Log Message

Adopt WKHoverGestureRecognizer
https://bugs.webkit.org/show_bug.cgi?id=227116
<rdar://79442027>

Reviewed by Wenson Hsieh.

* wtf/PlatformEnableCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (279002 => 279003)


--- trunk/Source/WTF/ChangeLog	2021-06-17 18:57:04 UTC (rev 279002)
+++ trunk/Source/WTF/ChangeLog	2021-06-17 20:00:49 UTC (rev 279003)
@@ -1,3 +1,13 @@
+2021-06-17  Tim Horton  <timothy_hor...@apple.com>
+
+        Adopt WKHoverGestureRecognizer
+        https://bugs.webkit.org/show_bug.cgi?id=227116
+        <rdar://79442027>
+
+        Reviewed by Wenson Hsieh.
+
+        * wtf/PlatformEnableCocoa.h:
+
 2021-06-16  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Disable JITCage on macOS until we evaluate performance throughly

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (279002 => 279003)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-06-17 18:57:04 UTC (rev 279002)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-06-17 20:00:49 UTC (rev 279003)
@@ -595,6 +595,10 @@
 #define ENABLE_VIDEO_USES_ELEMENT_FULLSCREEN 1
 #endif
 
+#if !defined(ENABLE_HOVER_GESTURE_RECOGNIZER) && HAVE(UIKIT_WEBKIT_INTERNALS)
+#define ENABLE_HOVER_GESTURE_RECOGNIZER 1
+#endif
+
 #if !defined(ENABLE_VP9) && ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000) || PLATFORM(IOS) || PLATFORM(IOS_SIMULATOR))
 #define ENABLE_VP9 1
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to