⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286326 in webkit


Ignore:
Timestamp:
Nov 30, 2021, 2:17:15 PM (5 years ago)
Author:
commit-queue@webkit.org
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 <Antoine Quint> on 2021-11-30
Reviewed by Tim Horton.

  • wtf/PlatformEnableCocoa.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r286317 r286326  
     12021-11-30  Antoine Quint  <graouts@apple.com>
     2
     3        [Model] Update required macOS version for camera, animation and audio APIs
     4        https://bugs.webkit.org/show_bug.cgi?id=233656
     5
     6        Reviewed by Tim Horton.
     7
     8        * wtf/PlatformEnableCocoa.h:
     9
    1102021-11-30  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/Source/WTF/wtf/PlatformEnableCocoa.h

    r286317 r286326  
    749749#endif
    750750
    751 #if (ENABLE(ARKIT_INLINE_PREVIEW_MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 120400) || (ENABLE(ARKIT_INLINE_PREVIEW_IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 150400)
     751#if (ENABLE(ARKIT_INLINE_PREVIEW_MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 120300) || (ENABLE(ARKIT_INLINE_PREVIEW_IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 150400)
    752752#define ENABLE_ARKIT_INLINE_PREVIEW_CAMERA_TRANSFORM 1
    753753#define ENABLE_ARKIT_INLINE_PREVIEW_ANIMATIONS_CONTROL 1
Note: See TracChangeset for help on using the changeset viewer.