Bug 247494

Summary: Break cyclic dependency between GraphicsLayer and GraphicsLayerContentsDisplayDelegate
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.