[Webkit-unassigned] [Bug 53953] ImageDecoderSkia doesn't notify Skia's bitmap when the pixels have changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 12:06:45 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53953





--- Comment #9 from Peter Kasting <pkasting at google.com>  2011-02-08 12:06:45 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > A better fix might be to instead make this call inside NativeImageSkia::setDataComplete().
> 
> Ideally we'd want to notify the pixels have changed every time the pixel data changes, but I will give this a try and see if it works.

If you really want that, then you need to modify ImageFrame::setRGBA(), and perf-test your change to see if it impacts decoding speed (because this is called once for every pixel in every image).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list