Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 09cd7f2fdce61692f8f4c7e191ced80ab3b6c852
https://github.com/WebKit/WebKit/commit/09cd7f2fdce61692f8f4c7e191ced80ab3b6c852
Author: Loïc Yhuel <[email protected]>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.cpp
Log Message:
-----------
[GTK][WPE] Skia Compositor: fix hole punch
https://bugs.webkit.org/show_bug.cgi?id=315287
Reviewed by Carlos Garcia Campos.
Drawing a transparent rectangle using the default kSrcOver does nothing.
We need to use kClear (or transparent + kSrc) instead.
* Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.cpp:
(WebCore::SkiaCompositingLayer::paintSelf):
Canonical link: https://commits.webkit.org/313674@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications