Bug 1793526 - Remove IsCurrent checks in webgl code. r=gfx-reviewers,lsalzman
commit5dfdf0bcda8266a7608db6ea30105d8596b1d9ed
authorKelsey Gilbert <kelsey.gilbert@mozilla.com>
Tue, 19 Sep 2023 22:04:17 +0000 (19 22:04 +0000)
committerKelsey Gilbert <kelsey.gilbert@mozilla.com>
Tue, 19 Sep 2023 22:04:17 +0000 (19 22:04 +0000)
treeb6b6bfc37d3ef5d02c756fff83d6496b68dd7201
parent0c71a203fc56c1a95ef34b13bbf9c94f0dba26eb
Bug 1793526 - Remove IsCurrent checks in webgl code. r=gfx-reviewers,lsalzman

Webgl uses mImplicitMakeCurrent these days, so don't worry about it
directly.

Differential Revision: https://phabricator.services.mozilla.com/D188524
dom/canvas/WebGLContextGL.cpp
dom/canvas/WebGLRenderbuffer.cpp