[webkit-reviews] review denied: [Bug 77135] [chromium] canvas demo is slow due to unnecessary resource cleanups : [Attachment 124196] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 17:37:48 PST 2012


James Robinson <jamesr at chromium.org> has denied Alok Priyadarshi
<alokp at chromium.org>'s request for review:
Bug 77135: [chromium] canvas demo is slow due to unnecessary resource cleanups
https://bugs.webkit.org/show_bug.cgi?id=77135

Attachment 124196: proposed patch
https://bugs.webkit.org/attachment.cgi?id=124196&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
This won't work if the LayerChromium is detached and then the CCLayerTreeHost
is destroyed before the LayerChromium is since the LayerChromium's destructor
will try to tear down ManagedTextures which still have a raw pointer to the
TextureManager, which died when the host died.


More information about the webkit-reviews mailing list