WebRtcVideoFrameFactoryTest shouldn't inherit VideoFrameTest.
BUG= Review URL: https://codereview.webrtc.org/1915853003 Cr-Commit-Position: refs/heads/master@{#12523}
This commit is contained in:
parent
84be511ac0
commit
06f7e49438
@ -12,12 +12,12 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "webrtc/media/base/videoframe_unittest.h"
|
||||
#include "webrtc/base/gunit.h"
|
||||
#include "webrtc/media/base/videocapturer.h"
|
||||
#include "webrtc/media/engine/webrtcvideoframe.h"
|
||||
#include "webrtc/media/engine/webrtcvideoframefactory.h"
|
||||
|
||||
class WebRtcVideoFrameFactoryTest
|
||||
: public VideoFrameTest<cricket::WebRtcVideoFrameFactory> {
|
||||
class WebRtcVideoFrameFactoryTest : public testing::Test {
|
||||
public:
|
||||
WebRtcVideoFrameFactoryTest() {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user