[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:46:24 PDT 2009


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





--- Comment #30 from Peter Kasting <pkasting at google.com>  2009-08-04 11:46:23 PDT ---
(In reply to comment #28)
> It's good to split RGBA32Buffer out, create more generic interface as image
> decoding buffer, and allow different implementations for different ports or
> products.

The very first patch will just move it somewhere without changing the
implementation.  The next thing I'd like to do afterward is take a hard look at
your ImageFrameSink and see if I can figure out how to add those capabilities
to the existing cross-plaform code in a way that doesn't require tons of
#ifdefs.

> it should be
> very easy to implement ImageFrameSink with current RGBA32Buffer

Yes, one possibility before this functionality gets included directly (or
perhaps in place of doing that?) would be to make your ImageFrameSink a
subclass of this other class and simply extend it.

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