[Webkit-unassigned] [Bug 70623] Ensure CCLayerTreeHost actually frees textures when hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 20:11:10 PDT 2011


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





--- Comment #11 from Vangelis Kokkevis <vangelis at chromium.org>  2011-10-24 20:11:10 PST ---
(In reply to comment #10)
> I really think the solution here is to preserve the tab's contents (as final composited output) when switching away, and that it should be implemented at the application level, not down here in the compositor.

There could be an short-term solution that copies the contents of the backbuffer to another texture right before the tab is hidden. We can then safely discard all other textures.  When the tab is first displayed, we can show that texture and immediately start working on an update.

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