- Version bump to 60.0.3112.78 - Recommend emoji fonts to make sure major web chats do not show questionmarks - Bump to 60.0.3112.72 - Bump to 60.0.3112.66 - Version update to 60.0.3112.50 - Bump to 60.0.3112.40 - Version bump to 60.0.3112.32 - Bump to 60.0.3112.24 - Update to 60.0.3112.20 - Drop patch chromium-system-icu.patch * Use bundled icu as system is unbuildable at the moment - Bump to 60.0.3112.7 - Add patch for gcc7 chromium-gcc7.patch - Add patch to build with gcc chromium-override.patch - Add patch to build with system icu 59 chromium-system-icu.patch - Update to upstream 60.0.3112.7 * Refresh patch fix-gn-bootstrap.diff - Remove upstream merged chromium-system-harfbuzz.patch - Update 60.0.3107.4 - Refresh patch chromium-last-commit-position-r0.patch OBS-URL: https://build.opensuse.org/request/show/512657 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1030
23 lines
692 B
Diff
23 lines
692 B
Diff
Index: chromium-60.0.3088.3/ui/gfx/linux/client_native_pixmap_dmabuf.cc
|
|
===================================================================
|
|
--- chromium-60.0.3088.3.orig/ui/gfx/linux/client_native_pixmap_dmabuf.cc
|
|
+++ chromium-60.0.3088.3/ui/gfx/linux/client_native_pixmap_dmabuf.cc
|
|
@@ -19,9 +19,6 @@
|
|
#include "base/strings/stringprintf.h"
|
|
#include "base/trace_event/trace_event.h"
|
|
|
|
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
|
|
-#include <linux/dma-buf.h>
|
|
-#else
|
|
#include <linux/types.h>
|
|
|
|
struct dma_buf_sync {
|
|
@@ -36,7 +33,6 @@ struct dma_buf_sync {
|
|
|
|
#define DMA_BUF_BASE 'b'
|
|
#define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync)
|
|
-#endif
|
|
|
|
namespace gfx {
|
|
|