Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d873694df24dd9d6322b5f3ad98b23c39da53c2
      
https://github.com/WebKit/WebKit/commit/1d873694df24dd9d6322b5f3ad98b23c39da53c2
  Author: Charlie Wolfe <[email protected]>
  Date:   2026-08-12 (Wed, 12 Aug 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/ca/FrameProcessIndicators.cpp
    M Source/WebCore/platform/graphics/ca/FrameProcessIndicators.h

  Log Message:
  -----------
  Show frame process borders PID label does not appear on iOS
https://bugs.webkit.org/show_bug.cgi?id=321641
rdar://184753008

Reviewed by Simon Fraser.

FrameProcessIndicators returned an empty screenContentsFormats(), so on iOS a 
wide-gamut screen gave
the label layer the IOSurface-only RGB10A8 format in an extended-range color 
space, which its
backing store cannot allocate. Pin the label to RGBA8.

* Source/WebCore/platform/graphics/ca/FrameProcessIndicators.cpp:
(WebCore::FrameProcessIndicators::screenContentsFormats const):
* Source/WebCore/platform/graphics/ca/FrameProcessIndicators.h:

Canonical link: https://commits.webkit.org/319073@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to