Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 9a0c97e157628032f0afa0960d1f3cb2 > files > 43

chromium-browser-stable-106.0.5249.119-1.mga8.src.rpm

--- patch99/ui/gl/gl_image_native_pixmap.cc	2022-02-10 05:18:23.000000000 +0100
+++ patch99/ui/gl/gl_image_native_pixmap.cc.wayland-egl	2022-02-14 18:03:32.945004664 +0100
@@ -307,6 +307,8 @@ gfx::NativePixmapHandle GLImageNativePix
                                std::move(scoped_fd));
   }
 
+  handle.planes[0].size = size_.GetArea();
+    
   return handle;
 #endif  // BUILDFLAG(IS_FUCHSIA)
 }
--- a/gpu/command_buffer/service/error_state.cc	2020-05-18 11:39:22.000000000 -0700
+++ b/gpu/command_buffer/service/error_state.cc	2020-05-22 13:43:09.181180388 -0700
@@ -115,6 +115,8 @@
     // buffer.
     error = GL_NO_ERROR;
   }
+  if (error == GL_INVALID_ENUM)
+    error = GL_NO_ERROR;
   return error;
 }