Move PixelFormat into its own file
Created attachment 427505 [details] Patch
Comment on attachment 427505 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427505&action=review > Source/WebCore/platform/graphics/PixelFormat.h:37 > +enum class PixelFormat : uint8_t { > + RGBA8, > + BGRA8, > + RGB10, > + RGB10A8, > +}; When there is a short list like that, I love to do it horizontally instead of vertically, but not sure you feel the same.
Committed r276881 (237227@main): <https://commits.webkit.org/237227@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427505 [details].
<rdar://problem/77425875>