Closed
Bug 1737289
Opened 4 years ago
Closed 2 years ago
Protect against extra RenderSharedSurfaceTextureHost::UnmapPlane calls
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: aosmond, Assigned: aosmond)
Details
Attachments
(1 file)
All of the other RenderTextureHost implementations are done in such a way that multiple/extra UnmapPlane/Unlock calls are safe. We should do this for RenderSharedSurfaceTextureHost as well, just in case.
| Assignee | ||
Comment 1•4 years ago
|
||
We do this in all of the other RenderTextureHost implementations. We
should do this for RenderSharedSurfaceTextureHost as well, just in case.
Extra unmapping calls would be bad and could break the map-in-on-demand
logic used to minimize our virtual memory footprint on 32-bit Firefox.
Updated•2 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•