RESOLVED FIXED 218738
Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
https://bugs.webkit.org/show_bug.cgi?id=218738
Summary Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
Tim Horton
Reported 2020-11-09 21:09:23 PST
Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
Attachments
Patch (5.06 KB, patch)
2020-11-09 21:09 PST, Tim Horton
no flags
Patch (7.76 KB, patch)
2020-11-09 22:58 PST, Tim Horton
no flags
Patch (5.86 KB, patch)
2020-11-09 23:19 PST, Tim Horton
ews-feeder: commit-queue-
Patch (8.08 KB, patch)
2020-11-09 23:22 PST, Tim Horton
no flags
Patch (7.99 KB, patch)
2020-11-10 16:09 PST, Tim Horton
no flags
Tim Horton
Comment 1 2020-11-09 21:09:43 PST
Tim Horton
Comment 2 2020-11-09 22:58:18 PST
Wenson Hsieh
Comment 3 2020-11-09 23:07:13 PST
Comment on attachment 413668 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413668&action=review > Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:272 > +void RemoteLayerBackingStore::drawInContext(WebCore::GraphicsContext& context, RefPtr<WebCore::NativeImage> backImage) Nit - I think we generally RefPtr<>&& these, so that we can use move semantics from the call site if possible.
Tim Horton
Comment 4 2020-11-09 23:19:09 PST
Tim Horton
Comment 5 2020-11-09 23:22:00 PST
Tim Horton
Comment 6 2020-11-10 16:09:13 PST
EWS
Comment 7 2020-11-10 16:47:17 PST
Committed r269664: <https://trac.webkit.org/changeset/269664> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413755 [details].
Radar WebKit Bug Importer
Comment 8 2020-11-10 16:48:22 PST
Note You need to log in before you can comment on or make changes to this bug.