Bug 225272

Summary: Move PixelFormat into its own file
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: 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 Flags
Patch none

Description Sam Weinig 2021-05-01 09:55:04 PDT
Move PixelFormat into its own file
Comment 1 Sam Weinig 2021-05-01 09:56:37 PDT
Created attachment 427505 [details]
Patch
Comment 2 Darin Adler 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.
Comment 3 EWS 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].
Comment 4 Radar WebKit Bug Importer 2021-05-01 20:40:19 PDT
<rdar://problem/77425875>