Build fails on internal Catalina due to missing enum kCVPixelFormatType_AGX_420YpCbCr8BiPlanarVideoRange
Created attachment 414320 [details] Patch
Comment on attachment 414320 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414320&action=review > Source/WebCore/PAL/pal/spi/cf/CoreVideoSPI.h:30 > +#if USE(APPLE_INTERNAL_SDK) && HAVE(CV_AGX_420_PIXEL_FORMAT_TYPES) Might be better to ifdef the call site?
Created attachment 414325 [details] Patch
Comment on attachment 414325 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414325&action=review > Source/WebCore/PAL/pal/spi/cf/CoreVideoSPI.h:30 > +#if USE(APPLE_INTERNAL_SDK) && HAVE(CV_AGX_420_PIXEL_FORMAT_TYPES) This shouldn't be needed now.
Created attachment 414327 [details] Patch
Committed r269898: <https://trac.webkit.org/changeset/269898> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414327 [details].
<rdar://problem/71484045>