WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Matthew Delaney
Comment 1
2011-07-18 17:10:51 PDT
Created
attachment 101239
[details]
Patch
Matthew Delaney
Comment 2
2011-07-18 17:54:44 PDT
Committed
r91228
: <
http://trac.webkit.org/changeset/91228
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug