[webkit-reviews] review denied: [Bug 46765] Render textures directly in VideoFrameChromium : [Attachment 69137] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 17:43:48 PDT 2010


James Robinson <jamesr at chromium.org> has denied Hin-Chung Lam
<hclam at google.com>'s request for review:
Bug 46765: Render textures directly in VideoFrameChromium
https://bugs.webkit.org/show_bug.cgi?id=46765

Attachment 69137: Patch
https://bugs.webkit.org/attachment.cgi?id=69137&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
If putCurrentFrame() can delete the texture then this will cause the compositor
to attempt to use a texture after it's deleted since the draw call happens
after updateContents.  IMO this should be fixed before landing.


More information about the webkit-reviews mailing list