commit | 91f8e7f195fbd39ee88cbcb10abb2216af3f7b76 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Mon Dec 22 05:57:33 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 22 05:57:33 2014 -0800 |
tree | 9b597882fa95df279267771c36f62657b3dee34b | |
parent | 534c63ea911e4f7fbf89a2ba37237ea03a723fe9 [diff] |
Initialize wrapped render target wrap status correctly Make GrGLGpu::onWrapBackendRenderTarget update "is wrapped" flag. Otherwise accessing the flag results in uninitialized read, possibly resulting in wrapped render target ending up in the cache. Review URL: https://codereview.chromium.org/818023002