RESOLVED FIXED 238359
Mismatched forward declaration of GraphicsContextState
https://bugs.webkit.org/show_bug.cgi?id=238359
Summary Mismatched forward declaration of GraphicsContextState
Don Olmstead
Reported 2022-03-24 17:35:29 PDT
Its a class not a struct
Attachments
Patch (1.09 KB, patch)
2022-03-24 17:37 PDT, Don Olmstead
darin: review+
Patch (1.13 KB, patch)
2022-03-24 17:51 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2022-03-24 17:37:32 PDT
Darin Adler
Comment 2 2022-03-24 17:48:47 PDT
Comment on attachment 455711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455711&action=review > Source/WebCore/platform/graphics/cairo/CairoOperations.h:51 > +class GraphicsContextState; Should sort in with other class forward declarations above and merge into that paragraph.
Don Olmstead
Comment 3 2022-03-24 17:51:08 PDT
Don Olmstead
Comment 4 2022-03-24 17:51:27 PDT
(In reply to Darin Adler from comment #2) > Comment on attachment 455711 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=455711&action=review > > > Source/WebCore/platform/graphics/cairo/CairoOperations.h:51 > > +class GraphicsContextState; > > Should sort in with other class forward declarations above and merge into > that paragraph. Good catch! Patch updated
EWS
Comment 5 2022-03-25 00:44:49 PDT
Committed r291850 (248862@main): <https://commits.webkit.org/248862@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 455715 [details].
Radar WebKit Bug Importer
Comment 6 2022-03-25 00:45:18 PDT
Note You need to log in before you can comment on or make changes to this bug.