Bug 150155 - Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Summary: Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-14 20:11 PDT by Myles C. Maxfield
Modified: 2015-10-15 16:20 PDT (History)
4 users (show)

See Also:


Attachments
Patch (11.10 KB, patch)
2015-10-14 20:11 PDT, Myles C. Maxfield
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-10-14 20:11:04 PDT
Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Comment 1 Myles C. Maxfield 2015-10-14 20:11:47 PDT
Created attachment 263134 [details]
Patch
Comment 2 Tim Horton 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).
Comment 3 Myles C. Maxfield 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....
Comment 4 Myles C. Maxfield 2015-10-15 16:20:51 PDT
Committed r191148: <http://trac.webkit.org/changeset/191148>