Summary: | Move PixelFormat into its own file | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | annulen, darin, ews-watchlist, gyuyoung.kim, ryuan.choi, sergio, simon.fraser, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Sam Weinig
2021-05-01 09:55:04 PDT
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]. |