RESOLVED FIXED 225272
Move PixelFormat into its own file
https://bugs.webkit.org/show_bug.cgi?id=225272
Summary Move PixelFormat into its own file
Sam Weinig
Reported 2021-05-01 09:55:04 PDT
Move PixelFormat into its own file
Attachments
Patch (8.17 KB, patch)
2021-05-01 09:56 PDT, Sam Weinig
no flags
Sam Weinig
Comment 1 2021-05-01 09:56:37 PDT
Darin Adler
Comment 2 2021-05-01 20:10:01 PDT
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.
EWS
Comment 3 2021-05-01 20:39:15 PDT
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].
Radar WebKit Bug Importer
Comment 4 2021-05-01 20:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.