RESOLVED FIXED 179614
[Cairo] Move simpler draw operations from GraphicsContextCairo to CairoOperations
https://bugs.webkit.org/show_bug.cgi?id=179614
Summary [Cairo] Move simpler draw operations from GraphicsContextCairo to CairoOperat...
Zan Dobersek
Reported 2017-11-13 08:53:48 PST
[Cairo] Move simpler draw operations from GraphicsContextCairo to CairoOperations
Attachments
Patch (11.47 KB, patch)
2017-11-13 09:00 PST, Zan Dobersek
no flags
Patch for landing (11.35 KB, patch)
2017-11-14 00:47 PST, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2017-11-13 09:00:01 PST
Carlos Garcia Campos
Comment 2 2017-11-14 00:08:26 PST
Comment on attachment 326763 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326763&action=review > Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:541 > + RefPtr<cairo_surface_t> surface = image.nativeImageForCurrentFrame(); > + if (surface) if (auto surface = image.nativeImageForCurrentFrame())
Zan Dobersek
Comment 3 2017-11-14 00:47:41 PST
Created attachment 326867 [details] Patch for landing
Zan Dobersek
Comment 4 2017-11-14 00:50:15 PST
Comment on attachment 326867 [details] Patch for landing Clearing flags on attachment: 326867 Committed r224808: <https://trac.webkit.org/changeset/224808>
Zan Dobersek
Comment 5 2017-11-14 00:50:19 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-11-15 09:34:31 PST
Note You need to log in before you can comment on or make changes to this bug.