This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.8.0esr-11.0-1 in repository tor-browser.
commit 3d3529185d91914df35a763e629f9b3d6909d313 Author: Ryan VanderMeulen ryanvm@gmail.com AuthorDate: Thu Mar 24 10:34:55 2022 -0400
Backed out changeset 8b95a4976dc0 (bug 1744525) --- gfx/gl/GLContext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gfx/gl/GLContext.h b/gfx/gl/GLContext.h index 9f4a93205c3a1..d8da2ccc7ee3f 100644 --- a/gfx/gl/GLContext.h +++ b/gfx/gl/GLContext.h @@ -280,8 +280,8 @@ class GLContext : public GenericAtomicRefCounted, public SupportsWeakPtr { }
GLVendor Vendor() const { return mVendor; } + GLRenderer Renderer() const { return mRenderer; } - bool IsMesa() const { return mIsMesa; }
bool IsContextLost() const { return mContextLost; }
@@ -335,7 +335,6 @@ class GLContext : public GenericAtomicRefCounted, public SupportsWeakPtr {
GLVendor mVendor = GLVendor::Other; GLRenderer mRenderer = GLRenderer::Other; - bool mIsMesa = false;
// ----------------------------------------------------------------------------- // Extensions management