Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b0b984415bbf462799a370f259f833f3e2983a80 https://github.com/WebKit/WebKit/commit/b0b984415bbf462799a370f259f833f3e2983a80 Author: Antoine Quint <grao...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes