RESOLVED FIXED Bug 45706
SharedGraphicsContext3D's texture cache holds on to images after free
https://bugs.webkit.org/show_bug.cgi?id=45706
Summary SharedGraphicsContext3D's texture cache holds on to images after free
James Robinson
Reported 2010-09-13 13:49:53 PDT
SharedGraphicsContext3D's texture cache holds on to images after free
Attachments
Patch (6.08 KB, patch)
2010-09-13 14:00 PDT, James Robinson
kbr: review+
James Robinson
Comment 1 2010-09-13 14:00:22 PDT
Kenneth Russell
Comment 2 2010-09-13 14:29:07 PDT
Comment on attachment 67467 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=67467&action=prettypatch Looks fine overall. Couple of minor comments. > WebCore/ChangeLog:9 > + Whenever the backing native image is deleted it needs to let the SharedGraphicsContext3D knows knows -> know > WebCore/platform/graphics/gpu/SharedGraphicsContext3D.cpp:196 > + it != allContexts()->end(); ++it) { This loop iteration should not be split across lines. No braces surrounding it.
James Robinson
Comment 3 2010-09-13 14:36:44 PDT
Thanks for the review! I'll fix the nits and land by hand.
James Robinson
Comment 4 2010-09-13 14:39:43 PDT
Note You need to log in before you can comment on or make changes to this bug.