Fix ImageBitmap->CopyImageData() to match the signature |
||
Issue descriptionImageBitmap->CopyImageData() helper function call sites ask for different color types, alpha types and color spaces. The signature also allows the function to be used for partial read, but this is not supported in the implementation. Either modify the function signature to clearly point to the full read behavior, or change the implementation to support partial read.
,
Nov 28 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 28 2017