Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 892c2a99310cc8e4a9df22541a46aeb2 > files > 42

chromium-browser-stable-88.0.4324.182-1.mga8.src.rpm

--- chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc.bak	2017-08-23 21:08:14.000000000 +0200
+++ chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc	2017-08-29 13:07:50.789475942 +0200
@@ -10,7 +10,7 @@
 
 #include "modules/audio_processing/aec3/aec_state.h"
 
-#include <math.h>
+#include <cmath>

 #include <algorithm>
 #include <numeric>
--- chromium-65.0.3325.51/device/vr/util/sample_queue.h.gcc7	2018-02-06 21:05:25.000000000 +0100
+++ chromium-65.0.3325.51/device/vr/util/sample_queue.h	2018-02-17 20:35:26.406726748 +0100
@@ -6,6 +6,7 @@
 
 #include <cstddef>
 #include <vector>
+#include <cstdint>
 
 #include "base/macros.h"
 #include "device/vr/vr_export.h"
--- chromium-79.0.3945.16/ui/gfx/font.cc.gcc9	2019-11-03 22:02:27.414544634 +0100
+++ chromium-79.0.3945.16/ui/gfx/font.cc	2019-11-03 22:02:44.564248042 +0100
@@ -8,6 +8,8 @@
 #include "build/build_config.h"
 #include "ui/gfx/platform_font.h"
 
+#include <algorithm>
+
 namespace gfx {
 
 ////////////////////////////////////////////////////////////////////////////////
--- chromium-83.0.4103.14/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h.gcc9	2020-04-14 23:55:34.000000000 +0200
+++ chromium-83.0.4103.14/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h	2020-04-20 00:18:03.011038028 +0200
@@ -9,6 +9,8 @@
 #include "services/network/public/mojom/trust_tokens.mojom-blink-forward.h"
 #include "third_party/blink/renderer/core/core_export.h"
 
+#include <memory>
+
 namespace blink {
 
 class JSONValue;
--- chromium-83.0.4103.56/ui/gfx/linux/drm_util_linux.h.gcc10	2020-05-13 20:40:37.000000000 +0200
+++ chromium-83.0.4103.56/ui/gfx/linux/drm_util_linux.h	2020-05-13 23:14:18.138748303 +0200
@@ -7,6 +7,8 @@
 
 #include "ui/gfx/buffer_types.h"
 
+#include <cstdint>
+
 namespace ui {
 
 int GetFourCCFormatFromBufferFormat(gfx::BufferFormat format);
--- chromium-85.0.4183.83/third_party/pdfium/core/fxcodec/png/png_decoder.cpp.gcc10	2020-08-24 23:43:44.000000000 +0200
+++ chromium-85.0.4183.83/third_party/pdfium/core/fxcodec/png/png_decoder.cpp	2020-08-30 22:49:29.881986458 +0200
@@ -10,6 +10,7 @@
 
 #include "core/fxcodec/cfx_codec_memory.h"
 #include "core/fxcodec/fx_codec.h"
+#include "core/fxcodec/fx_codec_def.h"
 #include "core/fxcrt/unowned_ptr.h"
 #include "core/fxge/dib/fx_dib.h"
 #include "third_party/base/compiler_specific.h"
--- chromium-87.0.4280.40/third_party/openscreen/src/util/crypto/random_bytes.h.gcc10	2020-10-29 23:31:57.000000000 +0100
+++ chromium-87.0.4280.40/third_party/openscreen/src/util/crypto/random_bytes.h	2020-10-31 13:06:20.988378109 +0100
@@ -6,6 +6,7 @@
 #define UTIL_CRYPTO_RANDOM_BYTES_H_
 
 #include <array>
+#include <stdint.h>
 
 namespace openscreen {
 
--- chromium-88.0.4324.41/ui/accessibility/platform/inspect/tree_formatter.h.gcc10	2020-12-10 13:03:48.000000000 +0100
+++ chromium-88.0.4324.41/ui/accessibility/platform/inspect/tree_formatter.h	2020-12-13 22:42:14.980099513 +0100
@@ -9,6 +9,9 @@
 
 #include "ui/gfx/native_widget_types.h"
 
+#include <memory>
+#include <vector>
+
 namespace base {
 class Value;
 class DictionaryValue;