Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 21accbddc7448de44ff42643b7a2c0bf8aac968b
      
https://github.com/WebKit/WebKit/commit/21accbddc7448de44ff42643b7a2c0bf8aac968b
  Author: Dan Glastonbury <[email protected]>
  Date:   2026-05-14 (Thu, 14 May 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/cg/ColorCG.cpp

  Log Message:
  -----------
  Cache CGColorTransform per thread
https://bugs.webkit.org/show_bug.cgi?id=314802
rdar://177049985

Reviewed by Gerald Squelart.

In 313211@main, platformConvertColorComponents() was changed to hold a cached
CGColorTransform that is never released.

This commit changes the cached CGColorTransform into a ThreadSpecific, so that
the transform is released when the thread is destroyed.

* Source/WebCore/platform/graphics/cg/ColorCG.cpp:
(WebCore::platformConvertColorComponents):

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



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

Reply via email to