Skip to content

Commit

Permalink
[VisionOS] Build failure after 276430@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271385
rdar://125170546

Unreviewed build fix for VisionOS.

* Source/WebCore/platform/graphics/ca/cocoa/PlatformCAFiltersCocoa.mm:
(WebCore::PlatformCAFilters::setFiltersOnLayer):

Canonical link: https://commits.webkit.org/276465@main
  • Loading branch information
smfr committed Mar 21, 2024
1 parent 531dc1c commit af754bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ static unsigned keyValueCountForFilter(const FilterOperation& filterOperation)
// a material background, we need `normalizeEdgesTransparent`
// in order to render correctly.
#if PLATFORM(VISION)
UNUSED_PARAM(cssUnprefixedBackdropFilterEnabled);
[filter setValue:@YES forKey:@"inputNormalizeEdgesTransparent"];
#else
if (cssUnprefixedBackdropFilterEnabled)
Expand Down

0 comments on commit af754bb

Please sign in to comment.