RTC_EXPORT RTCStatsMember::StaticType and VideoFrame::Builder.
Bug: webrtc:9419 Change-Id: I093a00926af5f5169e14d2680a65c8cbda6cbfba Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159542 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29760}
This commit is contained in:

committed by
Commit Bot

parent
3a65f392a3
commit
62a19d0798
@ -357,7 +357,7 @@ class RTCStatsMember : public RTCStatsMemberInterface {
|
||||
|
||||
#define WEBRTC_DECLARE_RTCSTATSMEMBER(T) \
|
||||
template <> \
|
||||
RTCStatsMemberInterface::Type RTCStatsMember<T>::StaticType(); \
|
||||
RTC_EXPORT RTCStatsMemberInterface::Type RTCStatsMember<T>::StaticType(); \
|
||||
template <> \
|
||||
bool RTCStatsMember<T>::is_sequence() const; \
|
||||
template <> \
|
||||
|
@ -48,7 +48,7 @@ class RTC_EXPORT VideoFrame {
|
||||
};
|
||||
|
||||
// Preferred way of building VideoFrame objects.
|
||||
class Builder {
|
||||
class RTC_EXPORT Builder {
|
||||
public:
|
||||
Builder();
|
||||
~Builder();
|
||||
|
Reference in New Issue
Block a user