[webkit-reviews] review requested: [Bug 89485] [chromium] Create CCScopedTexture class for creating/freeing textures : [Attachment 148669] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 15:40:54 PDT 2012


Dana Jansens <danakj at chromium.org> has asked  for review:
Bug 89485: [chromium] Create CCScopedTexture class for creating/freeing
textures
https://bugs.webkit.org/show_bug.cgi?id=89485

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

------- Additional Comments from Dana Jansens <danakj at chromium.org>
When a texture is deleted externally or the context is lost, you may want to
set the id to 0 without calling deleteTexture() on it. Adding lose() to
explicitly lose the texture without freeing it.


More information about the webkit-reviews mailing list