Bug 64768 - Remove drawsUsingCopy now that all ports handle the copying
Summary: Remove drawsUsingCopy now that all ports handle the copying
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthew Delaney
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 17:07 PDT by Matthew Delaney
Modified: 2011-07-18 17:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.27 KB, patch)
2011-07-18 17:10 PDT, Matthew Delaney
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>