RESOLVED FIXED Bug 64768
Remove drawsUsingCopy now that all ports handle the copying
https://bugs.webkit.org/show_bug.cgi?id=64768
Summary Remove drawsUsingCopy now that all ports handle the copying
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.