[Webkit-unassigned] [Bug 93590] Add RetainedModeBitmapImage to mark it is safe to decode asynchronously.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 14:23:57 PDT 2012


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





--- Comment #2 from Nick Carter <nick at chromium.org>  2012-08-09 14:24:23 PST ---
While I understand the intended analogy to retained/immediate graphics APIs, the "RetainedMode" designation doesn't seem to describe what actually happens. 

I'd prefer this name indicate more clearly that the decode may happen in the future, and not complete before the draw operation.

I think the dichotomy that exists here is not between "Immediate/Retained", but "Immediate/Eventual".

Some ideas: FutureBitmapImage, DelayedBitmapImage, EventualBitmapImage.

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