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+

Matthew Delaney
Reported 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.
Attachments
Patch (6.27 KB, patch)
2011-07-18 17:10 PDT, Matthew Delaney
mitz: review+
Matthew Delaney
Comment 1 2011-07-18 17:10:51 PDT
Matthew Delaney
Comment 2 2011-07-18 17:54:44 PDT
Note You need to log in before you can comment on or make changes to this bug.