[Webkit-unassigned] [Bug 27511] Add WinCE specific platform/graphics files to WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 11:13:25 PDT 2009


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





--- Comment #28 from Yong Li <yong.li at torchmobile.com>  2009-08-04 11:13:24 PDT ---
(In reply to comment #27)
> (In reply to comment #26)
> > Yes, the image frame sink stuff is a very big change. We tried to separate it
> > out to avoid affecting other platforms badly.
> 
> FWIW, I'm in the midst of actively working on the Image subsystem, and I have
> speculative plans to split RGBA32Buffer out of ImageDecoder.h, rename it, and
> move it to graphics/ in a week or two.  That might make it slightly easier to
> modify so that it will work for WinCE too (or it might not help much, not
> sure).

It's good to split RGBA32Buffer out, create more generic interface as image
decoding buffer, and allow different implementations for different ports or
products. Actually our ImageFrameSink is such an interface, and it should be
very easy to implement ImageFrameSink with current RGBA32Buffer or
Vector<char>. Would you please consider making new RGBA32Buffer as close to
ImageFrameSink.h as possible? That could make merging my code easier :)

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