[Webkit-unassigned] [Bug 76715] Refactor plugin drawing to be more data driven

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 07:31:09 PST 2012


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





--- Comment #12 from Tim Dresser <tdresser at chromium.org>  2012-01-27 07:31:10 PST ---
(In reply to comment #8)
> It's not sufficient for guaranteeing that these plugin layer updates are atomic. You'll need to use the "deleteTextureAfterCommit(texture->steal())" before reserving the texture for that. Btw, I'm failing to see where in this patch the texture is reserved.

It looks like deleteTextureAfterCommit doesn't do anything at the moment.
It appends the texture to the CCLayerTreeHost's m_deleteTextureAfterCommitList, but that list is never used...

Will this approach be adequate to ensure that the texImageIOSurface2DCHROMIUM call is safe?

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