RTC_EXPORT IceServer, StatsReport::{IdBase,Value}.
The component build test failed close to the end of compilation because of these three missing symbols, see [1]. [1] - https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/435777 Bug: webrtc:9419 Change-Id: Icd32fc195229d612bc7b00451f41dc47e589e638 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159686 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29770}
This commit is contained in:
parent
bd27b14638
commit
051cae5d11
@ -201,7 +201,7 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface {
|
||||
kTlsCertPolicyInsecureNoCheck,
|
||||
};
|
||||
|
||||
struct IceServer {
|
||||
struct RTC_EXPORT IceServer {
|
||||
IceServer();
|
||||
IceServer(const IceServer&);
|
||||
~IceServer();
|
||||
|
||||
@ -242,7 +242,7 @@ class RTC_EXPORT StatsReport {
|
||||
kStatsValueNameAudioDeviceUnderrunCounter,
|
||||
};
|
||||
|
||||
class IdBase : public rtc::RefCountInterface {
|
||||
class RTC_EXPORT IdBase : public rtc::RefCountInterface {
|
||||
public:
|
||||
~IdBase() override;
|
||||
StatsType type() const;
|
||||
@ -268,7 +268,7 @@ class RTC_EXPORT StatsReport {
|
||||
|
||||
typedef rtc::scoped_refptr<IdBase> Id;
|
||||
|
||||
struct Value {
|
||||
struct RTC_EXPORT Value {
|
||||
enum Type {
|
||||
kInt, // int.
|
||||
kInt64, // int64_t.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user