[webkit-changes] [WebKit/WebKit] 560e7e: Backdrop-filter: blur with a transparent web view ...
mattwoodrow
noreply at github.com
Thu Jun 27 15:29:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 560e7ebc0134f6fd7c8a308498be6c6be9f36498
https://github.com/WebKit/WebKit/commit/560e7ebc0134f6fd7c8a308498be6c6be9f36498
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M Source/WebCore/platform/graphics/ca/cocoa/PlatformCAFiltersCocoa.mm
Log Message:
-----------
Backdrop-filter: blur with a transparent web view renders incorrectly on visionOS.
https://bugs.webkit.org/show_bug.cgi?id=275919
<rdar://130113401>
Reviewed by Tim Horton.
Calculation of whether the backdrop will be opaque doesn't work for vision, so we should
always assume transparent and use inputNormalizeEdgesTransparent.
* Source/WebCore/platform/graphics/ca/cocoa/PlatformCAFiltersCocoa.mm:
(WebCore::PlatformCAFilters::setFiltersOnLayer):
Canonical link: https://commits.webkit.org/280435@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list