NEW247494
Break cyclic dependency between GraphicsLayer and GraphicsLayerContentsDisplayDelegate
https://bugs.webkit.org/show_bug.cgi?id=247494
Summary Break cyclic dependency between GraphicsLayer and GraphicsLayerContentsDispla...
Mike Wyrzykowski
Reported 2022-11-04 10:16:42 PDT
GraphicsLayer.h uses a RefPtr<GraphicsLayerContentsDisplayDelegate> which requires the full definition on windows, but GraphicsLayerContentsDisplayDelegate includes GraphicsLayer.h for the purpose of using a nested enum
Attachments
Mike Wyrzykowski
Comment 1 2022-11-04 10:18:06 PDT
Mike Wyrzykowski
Comment 2 2022-11-04 10:44:34 PDT
Note You need to log in before you can comment on or make changes to this bug.