Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2096d48a0090a9ed3b7d179fe0b12429770b782e
https://github.com/WebKit/WebKit/commit/2096d48a0090a9ed3b7d179fe0b12429770b782e
Author: Antoine Quint <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M Source/WebCore/rendering/RenderLayerBacking.cpp
M Source/WebCore/rendering/RenderLayerBacking.h
Log Message:
-----------
[threaded-animations] remove unused return value for
`RenderLayerBacking::updateAcceleratedEffectsAndBaseValues`
https://bugs.webkit.org/show_bug.cgi?id=302641
Reviewed by Alan Baradlay.
Since the return value for this method is never used, we can change the return
type to `void`.
* Source/WebCore/rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::updateAcceleratedEffectsAndBaseValues):
* Source/WebCore/rendering/RenderLayerBacking.h:
Canonical link: https://commits.webkit.org/303124@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications