SimpleColor change required a change to playstation specific file. Wanted to land it as buildfix, but webkit-patch seems to be unhappy on my local.
Created attachment 403794 [details] Patch
Created attachment 403796 [details] Patch
Committed r264121: <https://trac.webkit.org/changeset/264121> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403796 [details].
<rdar://problem/65233866>
Comment on attachment 403796 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403796&action=review > Source/WebCore/platform/playstation/ScrollbarThemePlayStation.cpp:78 > + context.fillRect(trackRect, scrollbar.enabled() ? Color::lightGray : Color(makeSimpleColor(0xE0, 0xE0, 0xE0))); Don’t need the Color() here.