[webkit-changes] [WebKit/WebKit] b0b984: [threaded-animation-resolution] values passed to P...
Antoine Quint
noreply at github.com
Mon Mar 4 11:55:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b0b984415bbf462799a370f259f833f3e2983a80
https://github.com/WebKit/WebKit/commit/b0b984415bbf462799a370f259f833f3e2983a80
Author: Antoine Quint <graouts at webkit.org>
Date: 2024-03-04 (Mon, 04 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/ca/PlatformCALayer.h
M Source/WebCore/platform/graphics/ca/PlatformCALayer.mm
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.h
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.mm
Log Message:
-----------
[threaded-animation-resolution] values passed to PlatformCALayer::setAcceleratedEffectsAndBaseValues() should be const-qualified
https://bugs.webkit.org/show_bug.cgi?id=270451
Reviewed by Mike Wyrzykowski.
The values parameter of PlatformCALayer::setAcceleratedEffectsAndBaseValues() should be const-qualified.
* Source/WebCore/platform/graphics/ca/PlatformCALayer.h:
* Source/WebCore/platform/graphics/ca/PlatformCALayer.mm:
(WebCore::PlatformCALayer::setAcceleratedEffectsAndBaseValues):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.h:
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.mm:
(WebKit::PlatformCALayerRemote::setAcceleratedEffectsAndBaseValues):
Canonical link: https://commits.webkit.org/275643@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