RESOLVED FIXED 150155
Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
https://bugs.webkit.org/show_bug.cgi?id=150155
Summary Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Myles C. Maxfield
Reported 2015-10-14 20:11:04 PDT
Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Attachments
Patch (11.10 KB, patch)
2015-10-14 20:11 PDT, Myles C. Maxfield
thorton: review+
Myles C. Maxfield
Comment 1 2015-10-14 20:11:47 PDT
Tim Horton
Comment 2 2015-10-14 20:22:12 PDT
Comment on attachment 263134 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263134&action=review > Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp:336 > + CGContextResetClip(destContext); This is missing from the SPI header (and so your patch does not build).
Myles C. Maxfield
Comment 3 2015-10-14 20:28:42 PDT
(In reply to comment #2) > Comment on attachment 263134 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=263134&action=review > > > Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp:336 > > + CGContextResetClip(destContext); > > This is missing from the SPI header (and so your patch does not build). I wonder why this didn't get picked up in the patch....
Myles C. Maxfield
Comment 4 2015-10-15 16:20:51 PDT
Note You need to log in before you can comment on or make changes to this bug.