[Webkit-unassigned] [Bug 108690] Add ImageFrameCache to facilitate access to ImageFrames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 17:24:06 PST 2013


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





--- Comment #11 from Stephen White <senorblanco at chromium.org>  2013-02-13 17:26:22 PST ---
(From update of attachment 188142)
I'm not sure I understand why a new class is necessary here, unless you plan to reuse it elsewhere. It seems to add unnecessary indirection to the call sites, especially for the getters. Would it not be simpler to keep m_frameBufferCache in the ImageDecoder base class, and add some helper functions to resize it, and set the memory allocator?

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