Delete left-over SignalRenderFrame signal.
Unused and unneeded since https://codereview.webrtc.org/1819103003. BUG=webrtc:5426 Review-Url: https://codereview.webrtc.org/2385553003 Cr-Commit-Position: refs/heads/master@{#14515}
This commit is contained in:
parent
4a255be379
commit
e643c59333
@ -12,7 +12,6 @@
|
||||
#define WEBRTC_MEDIA_BASE_FAKEVIDEORENDERER_H_
|
||||
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/sigslot.h"
|
||||
#include "webrtc/media/base/videoframe.h"
|
||||
#include "webrtc/media/base/videosinkinterface.h"
|
||||
|
||||
@ -44,7 +43,6 @@ class FakeVideoRenderer : public rtc::VideoSinkInterface<cricket::VideoFrame> {
|
||||
height_ = frame.height();
|
||||
rotation_ = frame.rotation();
|
||||
timestamp_us_ = frame.timestamp_us();
|
||||
SignalRenderFrame(&frame);
|
||||
}
|
||||
|
||||
int errors() const { return errors_; }
|
||||
@ -74,9 +72,6 @@ class FakeVideoRenderer : public rtc::VideoSinkInterface<cricket::VideoFrame> {
|
||||
return black_frame_;
|
||||
}
|
||||
|
||||
sigslot::signal3<int, int, int> SignalSetSize;
|
||||
sigslot::signal1<const VideoFrame*> SignalRenderFrame;
|
||||
|
||||
private:
|
||||
static bool CheckFrameColorYuv(uint8_t y_min,
|
||||
uint8_t y_max,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user