summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-03-11 15:46:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2021-05-08 13:28:06 +0200
commitce60f85e2476194f90ba567663d84a959b663ef7 (patch)
treee0504bd94b6acc349b495a863c34477cbff9a2af /recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch
parent41027a6188fb851b35425b7ffecaa6eb420d3f01 (diff)
downloadmeta-qt5-ce60f85e2476194f90ba567663d84a959b663ef7.tar.gz
qtwebengine: upgrade to 5.15.4 with chromium-87
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch')
-rw-r--r--recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch b/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch
deleted file mode 100644
index a8f3feb9..00000000
--- a/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1From 93a8a2a4c33ffece095ab3438eb3c7a4f60ead34 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 15 Jan 2020 16:53:46 -0800
4Subject: [PATCH] chromium: Include <cstddef> and <cstdint>
5
6These headers are needed for uintXX_t and size_t definitions
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 chromium/third_party/webrtc/call/rtx_receive_stream.h | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/chromium/third_party/webrtc/call/rtx_receive_stream.h b/chromium/third_party/webrtc/call/rtx_receive_stream.h
14index 66cc46dc091..e8cadb2bb80 100644
15--- a/chromium/third_party/webrtc/call/rtx_receive_stream.h
16+++ b/chromium/third_party/webrtc/call/rtx_receive_stream.h
17@@ -11,6 +11,7 @@
18 #ifndef CALL_RTX_RECEIVE_STREAM_H_
19 #define CALL_RTX_RECEIVE_STREAM_H_
20
21+#include <cstdint>
22 #include <map>
23 #include <stdint.h>
24