Bug 149431 - ImageBuffer(CG)::putByteArray makes an unconditionally unaccelerated ImageBuffer
Summary: ImageBuffer(CG)::putByteArray makes an unconditionally unaccelerated ImageBuffer
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 16:32 PDT by Tim Horton
Modified: 2015-09-21 16:33 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2015-09-21 16:32:43 PDT
The ImageBuffer should inherit the accelerated bit from the context it will eventually be painted into.

Oddly, though, doing this causes tons of canvas tests to fail... needs more investigation.