Package: chromium / 138.0.7204.157-1

fixes/fix-assert-in-vnc-sessions.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
--- a/ui/gl/init/gl_factory_ozone.cc
+++ b/ui/gl/init/gl_factory_ozone.cc
@@ -59,7 +59,6 @@ scoped_refptr<GLContext> CreateGLContext
     case kGLImplementationDisabled:
       break;
     default:
-      NOTREACHED() << "Expected Mock or Stub, actual:" << GetGLImplementation();
   }
   return nullptr;
 }