Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721876 | Differences between
and this patch

Collapse All | Expand All

(-)a/chromium/media/cdm/supported_cdm_versions.h (+1 lines)
Lines 6-11 Link Here
6
#define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
6
#define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
7
7
8
#include <array>
8
#include <array>
9
#include <cstddef>
9
10
10
#include "media/base/media_export.h"
11
#include "media/base/media_export.h"
11
#include "media/cdm/api/content_decryption_module.h"
12
#include "media/cdm/api/content_decryption_module.h"
(-)a/chromium/third_party/perfetto/include/perfetto/base/task_runner.h (+1 lines)
Lines 18-23 Link Here
18
#define INCLUDE_PERFETTO_BASE_TASK_RUNNER_H_
18
#define INCLUDE_PERFETTO_BASE_TASK_RUNNER_H_
19
19
20
#include <functional>
20
#include <functional>
21
#include <stdint.h>
21
22
22
#include "perfetto/base/export.h"
23
#include "perfetto/base/export.h"
23
24
(-)a/chromium/third_party/webrtc/call/rtx_receive_stream.h (+1 lines)
Lines 12-17 Link Here
12
#define CALL_RTX_RECEIVE_STREAM_H_
12
#define CALL_RTX_RECEIVE_STREAM_H_
13
13
14
#include <map>
14
#include <map>
15
#include <stdint.h>
15
16
16
#include "call/rtp_packet_sink_interface.h"
17
#include "call/rtp_packet_sink_interface.h"
17
18
(-)a/chromium/third_party/webrtc/modules/audio_processing/aec3/clockdrift_detector.h (+1 lines)
Lines 12-17 Link Here
12
#define MODULES_AUDIO_PROCESSING_AEC3_CLOCKDRIFT_DETECTOR_H_
12
#define MODULES_AUDIO_PROCESSING_AEC3_CLOCKDRIFT_DETECTOR_H_
13
13
14
#include <array>
14
#include <array>
15
#include <cstddef>
15
16
16
namespace webrtc {
17
namespace webrtc {
17
18
(-)a/chromium/third_party/webrtc/modules/video_coding/decoding_state.h (-1 / +1 lines)
Lines 13-18 Link Here
13
13
14
#include <map>
14
#include <map>
15
#include <set>
15
#include <set>
16
#include <stdint.h>
16
#include <vector>
17
#include <vector>
17
18
18
namespace webrtc {
19
namespace webrtc {
19
- 

Return to bug 721876