[Webkit-unassigned] [Bug 242932] re-enable Display P3 canvas tests on iOS Simulator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 20:32:16 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=242932

--- Comment #2 from Cameron McCormack (:heycam) <heycam at apple.com> ---
The explicit disabling of Display P3 canvas support is done by this in PlatformEnable.h:

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) \
    || (PLATFORM(IOS_FAMILY) && !PLATFORM(IOS_FAMILY_SIMULATOR))
#define HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035 1
#endif

It's kind of misleading that the simulator restriction is applied to HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035, a different issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220720/7e36adc0/attachment.htm>


More information about the webkit-unassigned mailing list