Title: [286326] trunk/Source/WTF
Revision
286326
Author
[email protected]
Date
2021-11-30 14:17:15 -0800 (Tue, 30 Nov 2021)

Log Message

[Model] Update required macOS version for camera, animation and audio APIs
https://bugs.webkit.org/show_bug.cgi?id=233656

Patch by Antoine Quint <[email protected]> on 2021-11-30
Reviewed by Tim Horton.

* wtf/PlatformEnableCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286325 => 286326)


--- trunk/Source/WTF/ChangeLog	2021-11-30 21:54:05 UTC (rev 286325)
+++ trunk/Source/WTF/ChangeLog	2021-11-30 22:17:15 UTC (rev 286326)
@@ -1,3 +1,12 @@
+2021-11-30  Antoine Quint  <[email protected]>
+
+        [Model] Update required macOS version for camera, animation and audio APIs
+        https://bugs.webkit.org/show_bug.cgi?id=233656
+
+        Reviewed by Tim Horton.
+
+        * wtf/PlatformEnableCocoa.h:
+
 2021-11-30  Commit Queue  <[email protected]>
 
         Unreviewed, reverting r286227.

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (286325 => 286326)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-11-30 21:54:05 UTC (rev 286325)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-11-30 22:17:15 UTC (rev 286326)
@@ -748,7 +748,7 @@
 #define ENABLE_ARKIT_INLINE_PREVIEW 1
 #endif
 
-#if (ENABLE(ARKIT_INLINE_PREVIEW_MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 120400) || (ENABLE(ARKIT_INLINE_PREVIEW_IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 150400)
+#if (ENABLE(ARKIT_INLINE_PREVIEW_MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 120300) || (ENABLE(ARKIT_INLINE_PREVIEW_IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 150400)
 #define ENABLE_ARKIT_INLINE_PREVIEW_CAMERA_TRANSFORM 1
 #define ENABLE_ARKIT_INLINE_PREVIEW_ANIMATIONS_CONTROL 1
 #define ENABLE_ARKIT_INLINE_PREVIEW_AUDIO_CONTROL 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to