summarylogtreecommitdiffstats
path: root/chromium-webrtc-missing-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-webrtc-missing-header.patch')
-rw-r--r--chromium-webrtc-missing-header.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium-webrtc-missing-header.patch b/chromium-webrtc-missing-header.patch
deleted file mode 100644
index 335a7b80f0ee..000000000000
--- a/chromium-webrtc-missing-header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc.orig 2019-01-20 10:57:09.166224517 +0000
-+++ third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc 2019-01-20 06:01:05.901545307 +0000
-@@ -14,6 +14,7 @@
- #include <X11/extensions/Xcomposite.h>
- #include <X11/extensions/Xrender.h>
-
-+#include <string.h>
- #include <memory>
- #include <string>
- #include <utility>