Bug 271046
Summary: | Handle willReadFrequently canvas setting | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | Canvas | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
It's used to indicate there will be frequent get image data operations, in which case an accelerated canvas can be slower than unaccelerated one. See https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/25936
Alexey Proskuryakov
Is this different from bug 244117?
Simon Fraser (smfr)
No, it's a dup. Carlos, please use the older bug for your PR.
Carlos Garcia Campos
*** This bug has been marked as a duplicate of bug 244117 ***