57 lines
2.8 KiB
Diff
57 lines
2.8 KiB
Diff
diff -up chromium-80.0.3987.106/third_party/webrtc/call/rtx_receive_stream.h.missing-cstdint chromium-80.0.3987.106/third_party/webrtc/call/rtx_receive_stream.h
|
|
--- chromium-80.0.3987.106/third_party/webrtc/call/rtx_receive_stream.h.missing-cstdint 2020-02-21 12:30:30.739332871 -0500
|
|
+++ chromium-80.0.3987.106/third_party/webrtc/call/rtx_receive_stream.h 2020-02-21 12:30:30.747332725 -0500
|
|
@@ -11,6 +11,7 @@
|
|
#ifndef CALL_RTX_RECEIVE_STREAM_H_
|
|
#define CALL_RTX_RECEIVE_STREAM_H_
|
|
|
|
+#include <cstdint>
|
|
#include <map>
|
|
|
|
#include "call/rtp_packet_sink_interface.h"
|
|
diff -up chromium-80.0.3987.106/third_party/webrtc/common_video/h264/pps_parser.h.missing-cstdint chromium-80.0.3987.106/third_party/webrtc/common_video/h264/pps_parser.h
|
|
--- chromium-80.0.3987.106/third_party/webrtc/common_video/h264/pps_parser.h.missing-cstdint 2020-02-21 12:30:31.564317903 -0500
|
|
+++ chromium-80.0.3987.106/third_party/webrtc/common_video/h264/pps_parser.h 2020-02-21 12:30:31.561317957 -0500
|
|
@@ -11,6 +11,7 @@
|
|
#ifndef COMMON_VIDEO_H264_PPS_PARSER_H_
|
|
#define COMMON_VIDEO_H264_PPS_PARSER_H_
|
|
|
|
+#include <cstdint>
|
|
#include "absl/types/optional.h"
|
|
|
|
namespace rtc {
|
|
diff -up chromium-80.0.3987.106/third_party/webrtc/common_video/h264/sps_parser.h.missing-cstdint chromium-80.0.3987.106/third_party/webrtc/common_video/h264/sps_parser.h
|
|
--- chromium-80.0.3987.106/third_party/webrtc/common_video/h264/sps_parser.h.missing-cstdint 2020-02-21 12:30:31.565317885 -0500
|
|
+++ chromium-80.0.3987.106/third_party/webrtc/common_video/h264/sps_parser.h 2020-02-21 12:30:31.565317885 -0500
|
|
@@ -11,6 +11,7 @@
|
|
#ifndef COMMON_VIDEO_H264_SPS_PARSER_H_
|
|
#define COMMON_VIDEO_H264_SPS_PARSER_H_
|
|
|
|
+#include <cstdint>
|
|
#include "absl/types/optional.h"
|
|
|
|
namespace rtc {
|
|
diff -up chromium-80.0.3987.106/third_party/webrtc/modules/include/module_common_types_public.h.missing-cstdint chromium-80.0.3987.106/third_party/webrtc/modules/include/module_common_types_public.h
|
|
--- chromium-80.0.3987.106/third_party/webrtc/modules/include/module_common_types_public.h.missing-cstdint 2020-02-21 12:52:16.946512744 -0500
|
|
+++ chromium-80.0.3987.106/third_party/webrtc/modules/include/module_common_types_public.h 2020-02-21 12:52:26.220312608 -0500
|
|
@@ -11,6 +11,7 @@
|
|
#ifndef MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
|
|
#define MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
|
|
|
|
+#include <cstdint>
|
|
#include <limits>
|
|
|
|
#include "absl/types/optional.h"
|
|
diff -up chromium-81.0.4044.92/ui/gfx/linux/drm_util_linux.h.missing-cstdint chromium-81.0.4044.92/ui/gfx/linux/drm_util_linux.h
|
|
--- chromium-81.0.4044.92/ui/gfx/linux/drm_util_linux.h.missing-cstdint 2020-04-13 15:33:24.879106867 -0400
|
|
+++ chromium-81.0.4044.92/ui/gfx/linux/drm_util_linux.h 2020-04-13 15:33:47.453689695 -0400
|
|
@@ -7,6 +7,8 @@
|
|
|
|
#include "ui/gfx/buffer_types.h"
|
|
|
|
+#include <cstdint>
|
|
+
|
|
namespace ui {
|
|
|
|
int GetFourCCFormatFromBufferFormat(gfx::BufferFormat format);
|