aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch
diff options
context:
space:
mode:
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.patch36
1 files changed, 5 insertions, 31 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
index d97e9bd7..e9289b60 100644
--- 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
@@ -1,4 +1,4 @@
-From 75d5b91b202dc2f5ff380cc36fdb9ac50f6c80ca Mon Sep 17 00:00:00 2001
+From 52a31894bed50d71e19183fd23b06b03b0272213 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Wed, 15 Jan 2020 16:53:46 -0800
Subject: [PATCH] chromium: Include <cstddef> and <cstdint>
@@ -7,37 +7,11 @@ These headers are needed for uintXX_t and size_t definitions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
- chromium/media/cdm/supported_cdm_versions.h | 1 +
- .../third_party/perfetto/include/perfetto/base/task_runner.h | 1 +
- chromium/third_party/webrtc/call/rtx_receive_stream.h | 1 +
- 3 files changed, 3 insertions(+)
+ chromium/third_party/webrtc/call/rtx_receive_stream.h | 1 +
+ 1 file changed, 1 insertion(+)
-diff --git a/chromium/media/cdm/supported_cdm_versions.h b/chromium/media/cdm/supported_cdm_versions.h
-index dbe59ba5ea7..5216cfe3ee9 100644
---- a/chromium/media/cdm/supported_cdm_versions.h
-+++ b/chromium/media/cdm/supported_cdm_versions.h
-@@ -6,6 +6,7 @@
- #define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
-
- #include <array>
-+#include <cstddef>
-
- #include "media/base/media_export.h"
- #include "media/cdm/api/content_decryption_module.h"
-diff --git a/chromium/third_party/perfetto/include/perfetto/base/task_runner.h b/chromium/third_party/perfetto/include/perfetto/base/task_runner.h
-index cf60401238f..02658e7139b 100644
---- a/chromium/third_party/perfetto/include/perfetto/base/task_runner.h
-+++ b/chromium/third_party/perfetto/include/perfetto/base/task_runner.h
-@@ -18,6 +18,7 @@
- #define INCLUDE_PERFETTO_BASE_TASK_RUNNER_H_
-
- #include <functional>
-+#include <cstdint>
-
- #include "perfetto/base/export.h"
-
diff --git a/chromium/third_party/webrtc/call/rtx_receive_stream.h b/chromium/third_party/webrtc/call/rtx_receive_stream.h
-index 8ffa4400a9c..a389fc2a574 100644
+index 66cc46dc091..e8cadb2bb80 100644
--- a/chromium/third_party/webrtc/call/rtx_receive_stream.h
+++ b/chromium/third_party/webrtc/call/rtx_receive_stream.h
@@ -11,6 +11,7 @@
@@ -46,5 +20,5 @@ index 8ffa4400a9c..a389fc2a574 100644
+#include <cstdint>
#include <map>
+ #include <stdint.h>
- #include "call/rtp_packet_sink_interface.h"