Add 2 more RTC_EXPORT.

The component build test failed close to the end of compilation because
of these two missing symbols, see [1].

[1] - https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/435732

Bug: webrtc:9419
Change-Id: Ic46acf1acbf3bc04e7410f8d9858785739ca98d6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159683
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29766}
This commit is contained in:
Mirko Bonadei 2019-11-12 10:05:05 +01:00 committed by Commit Bot
parent c65de42f1e
commit 8fa616f3b0
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ class RTC_EXPORT VideoEncoder {
bool supports_simulcast;
};
struct RateControlParameters {
struct RTC_EXPORT RateControlParameters {
RateControlParameters();
RateControlParameters(const VideoBitrateAllocation& bitrate,
double framerate_fps);

View File

@ -67,7 +67,7 @@ class RTC_EXPORT StunProber : public sigslot::has_slots<> {
virtual void OnFinished(StunProber* prober, StunProber::Status status) = 0;
};
struct Stats {
struct RTC_EXPORT Stats {
Stats();
~Stats();