Bug 64768

Summary: Remove drawsUsingCopy now that all ports handle the copying
Product: WebKit Reporter: Matthew Delaney <mdelaney7>
Component: Layout and RenderingAssignee: Matthew Delaney <mdelaney7>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Matthew Delaney 2011-07-18 17:07:18 PDT
Introduced in https://bugs.webkit.org/show_bug.cgi?id=43507, ImageBuffer::drawsUsingCopy was used to know whether or not an ImageBuffer should be explicitly copied before being painted into a context (as was used in HTMLCanvasElement::paint). All platforms now handle the logic of copying or not in their ImageBuffer::draw() implementations, so drawsUsingCopy() is no longer needed.
Comment 1 Matthew Delaney 2011-07-18 17:10:51 PDT
Created attachment 101239 [details]
Patch
Comment 2 Matthew Delaney 2011-07-18 17:54:44 PDT
Committed r91228: <http://trac.webkit.org/changeset/91228>