| commit | e56410217e3d336d0c2d1dbc442180aefba935c5 | [log] [tgz] |
|---|---|---|
| author | junov <junov@chromium.org> | Thu Jul 21 21:24:34 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 21:27:48 2016 |
| tree | e24b997ff635f154ff1cdd7a85cb852fefb9a87c | |
| parent | 068ace2593da95f2f47b20432e02e8d1e3706807 [diff] |
Re-enable canvas optimization for getImageData with new codepath This change re-enables the optimization that makes canvases switch out of gpu-acceleration when getImageData is called. The old implementation was scrapped in favor of the new ImageBuffer::disableAcceleration method that was introduced by https://crrev.com/98739b054a5b28cc607d688b2e9e582456bbb20e BUG=606688 Review-Url: https://codereview.chromium.org/2171513003 Cr-Commit-Position: refs/heads/master@{#406950}