aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_x_gen__xproto.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_gfx_x_gen__xproto.py')
-rw-r--r--www/chromium/files/patch-ui_gfx_x_gen__xproto.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/chromium/files/patch-ui_gfx_x_gen__xproto.py b/www/chromium/files/patch-ui_gfx_x_gen__xproto.py
deleted file mode 100644
index d905eca0a0ae..000000000000
--- a/www/chromium/files/patch-ui_gfx_x_gen__xproto.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- ui/gfx/x/gen_xproto.py.orig 2021-10-08 06:26:48 UTC
-+++ ui/gfx/x/gen_xproto.py
-@@ -1219,6 +1219,8 @@ class GenXproto(FileWriter):
- self.write('#include <cstring>')
- self.write('#include <vector>')
- self.write()
-+ self.write('#include <unistd.h>')
-+ self.write()
- self.write('#include "base/component_export.h"')
- self.write('#include "base/memory/ref_counted_memory.h"')
- self.write('#include "base/memory/scoped_refptr.h"')
-@@ -1313,6 +1315,7 @@ class GenXproto(FileWriter):
- self.write()
- self.write('#include <xcb/xcb.h>')
- self.write('#include <xcb/xcbext.h>')
-+ self.write('#include <unistd.h>')
- self.write()
- self.write('#include "base/logging.h"')
- self.write('#include "base/posix/eintr_wrapper.h"')