To be able to fix crbug.com/627855 and crbug.com/734587 , we need to refactor Refactor ImageBitmap::CropImageAndApplyColorSpaceConversion() such that the constructor from ImageData (which uses a different code path) and other constructors that use CropImageAndApplyColorSpaceConversion() mimic the same exact behavior.
We especially need to investigate why we have color conversion errors beyond acceptable error margin? For example, we are getting 0,0,18,18 instead of 0,0,26,26, which doesn't seem acceptable.
Comment 1 Deleted