Fix double lock of texture resource in software renderer
If in software rendering mode, a copy request of the layer is not in the root or first render pass, there will be double locking resource crash. Now we first release old lock and then try to obtain lock again. R=danakj@chromium.org TEST=SoftwareRendererTest.DoubleLockTextureCrash Review URL: https://codereview.chromium.org/899183003 Cr-Commit-Position: refs/heads/master@{#315155}
Showing
Please register or sign in to comment