Bug 134773

Summary: Use IOSurface ViewSnapshots everywhere on Mac, remove JPEG encoding path
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, mitz, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 2014-07-09 12:17:50 PDT
It's effectively unreachable code, and makes the next big patch more annoying.
Comment 1 Tim Horton 2014-07-09 12:21:53 PDT
Created attachment 234651 [details]
patch
Comment 2 Anders Carlsson 2014-07-09 12:22:51 PDT
Comment on attachment 234651 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234651&action=review

> Source/WebCore/platform/graphics/cocoa/IOSurface.mm:79
> +    RetainPtr<CGContextRef> surfaceContext = surface->ensurePlatformContext();

auto.
Comment 3 Tim Horton 2014-07-09 12:32:05 PDT
http://trac.webkit.org/changeset/170925