[webkit-dev] Painting /Drawing mechanism in webkit

Said Abou-Hallawa sabouhallawa at apple.com
Tue Feb 3 19:08:47 PST 2015


In CachedImage::finishLoading(), the SharedBuffer parameter should have the raw data of the image. The data in this buffer is the content of the image file.  BitmapImage::dataChanged() might be a better place to alter the image data if you want your solution to be specific to bitmap images.


More information about the webkit-dev mailing list