Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2caadb4825e56aed983d9d8a07848bb9449205d5
https://github.com/WebKit/WebKit/commit/2caadb4825e56aed983d9d8a07848bb9449205d5
Author: Lily Spiniolas <[email protected]>
Date: 2025-07-30 (Wed, 30 Jul 2025)
Changed paths:
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
Log Message:
-----------
Safer-cpp check may fail due to missing include statement in
`GraphicsLayerCA.cpp`
https://bugs.webkit.org/show_bug.cgi?id=296728
rdar://157175851
Reviewed by Abrar Rahman Protyasha, Megan Gardner, and Aditya Keerthi.
Depending on the order of Unified Sources, the safer-cpp check may fail
due to `GraphicsLayerCA::setContentsToVideoElement` calling
`setContentsToPlatformLayer(...)` with a parameter which has
forward-declared type `PlatformLayer.`
Resolved by including "PlatformLayer.h".
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
Canonical link: https://commits.webkit.org/298067@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes