RESOLVED FIXED 117799
[BlackBerry] Prevent loss of tile buffers in BackingStorePrivate::render()
https://bugs.webkit.org/show_bug.cgi?id=117799
Summary [BlackBerry] Prevent loss of tile buffers in BackingStorePrivate::render()
Jakob Petsovits
Reported 2013-06-19 07:55:19 PDT
Discovered by Xuefei Ren. If, in rare cases, BackingStorePrivate::renderContents() returns false, the for() loop in render() will take a tile buffer from the surface pool but due to aborting the iteration early, won't put it into the new tile map. In order to prevent losing the buffer, we need to put it back into the surface pool before continuing. Patch below.
Attachments
Patch (2.38 KB, patch)
2013-06-19 07:59 PDT, Jakob Petsovits
no flags
Jakob Petsovits
Comment 1 2013-06-19 07:59:55 PDT
WebKit Commit Bot
Comment 2 2013-06-19 08:30:47 PDT
Comment on attachment 205006 [details] Patch Clearing flags on attachment: 205006 Committed r151735: <http://trac.webkit.org/changeset/151735>
WebKit Commit Bot
Comment 3 2013-06-19 08:30:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.