[Webkit-unassigned] [Bug 93467] Change ImageSource to be asynchronous.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 20:26:00 PDT 2012


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





--- Comment #26 from Huang Dongsung <luxtella at company100.net>  2012-08-15 20:26:32 PST ---
(In reply to comment #20)
> m_imageSource.requestFrameAtIndex(index);
> return m_imageSource.frameHasAlphaAtIndex(index);

We need the code above because ImageSource::frameHasAlphaAtIndex does not decode the given frame.

> 
> m_imageSource.requestFrameAtIndex(index);
> return m_imageSource.frameIsCompleteAtIndex(index);

However, the code above is not yet needed because ImageSource::frameIsCompleteAtIndex decodes the given frame.
A follow-up patch will change frameIsCompleteAtIndex() not to decode anymore, so the code above will be needed. I'll file another bug.

-- 
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