Bug 150155

Summary: Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, jonlee, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>