summaryrefslogtreecommitdiffstats
path: root/wayland-egl.patch
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-06-22 13:34:58 -0500
committerJustKidding <jk@vin.ovh>2022-06-22 13:34:58 -0500
commitf9f91e8b7d5f4d0adf5281ab7ed5562dc4f96479 (patch)
tree4fb1a0eb1907c9b041372570586b5c9af21aaa8d /wayland-egl.patch
parentd5b7cbc865be0a0dd275190dba11768249e067e1 (diff)
downloadungoogled-chromium-f9f91e8b7d5f4d0adf5281ab7ed5562dc4f96479.tar.gz
ungoogled-chromium-f9f91e8b7d5f4d0adf5281ab7ed5562dc4f96479.tar.bz2
ungoogled-chromium-f9f91e8b7d5f4d0adf5281ab7ed5562dc4f96479.zip
upgpkg: ungoogled-chromium 103.0.5060.53-1
upstream release
Diffstat (limited to 'wayland-egl.patch')
-rw-r--r--wayland-egl.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/wayland-egl.patch b/wayland-egl.patch
deleted file mode 100644
index 58a0798..0000000
--- a/wayland-egl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/ui/gl/gl_image_native_pixmap.cc 2020-05-18 11:40:06.000000000 -0700
-+++ b/ui/gl/gl_image_native_pixmap.cc 2020-05-22 02:07:16.007770442 -0700
-@@ -288,6 +288,8 @@
- std::move(scoped_fd));
- }
-
-+ handle.planes[0].size = size_.GetArea();
-+
- return handle;
- #endif // !defined(OS_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;
- }
-