3 // 1. call createImageBitmap() from the ImageBitmap that is transfered
4 // from the main thread
Justin Novosad
2015/10/23 13:30:04
Explain why. I imagine it is to get test coverage
Explain why. I imagine it is to get test coverage for calling
createImageBitmap(ImageBitmap) in a worker? This aspect should be part of the
test description.
5 // 2. send the created ImageBitmap back to the main thread, the
6 // main thread exam the property of this ImageBitmap to make sure
7 // the transfer between main and worker thread didn't lose data
Issue 1409243005: Make ImageBitmap Transferable
(Closed)
Created 5 years, 2 months ago by xidachen
Modified 5 years, 1 month ago
Reviewers: jochen (gone - plz use gerrit), chrishtr, Justin Novosad, haraken, sof, Yuta Kitamura
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 43