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   

Description Mike Wyrzykowski 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
Comment 1 Mike Wyrzykowski 2022-11-04 10:18:06 PDT
radar://101965027
Comment 2 Mike Wyrzykowski 2022-11-04 10:44:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/6140