Bug 247494 - Break cyclic dependency between GraphicsLayer and GraphicsLayerContentsDisplayDelegate
Summary: Break cyclic dependency between GraphicsLayer and GraphicsLayerContentsDispla...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-04 10:16 PDT by Mike Wyrzykowski
Modified: 2022-11-04 10:44 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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