| Index: webrtc/modules/video_render/video_render_impl.h
|
| diff --git a/webrtc/modules/video_render/video_render_impl.h b/webrtc/modules/video_render/video_render_impl.h
|
| index 12244a60b8255718475320bcf61df9c5b208ae98..8dfa57d25b489e2c54669fa425e239063e0f088d 100644
|
| --- a/webrtc/modules/video_render/video_render_impl.h
|
| +++ b/webrtc/modules/video_render/video_render_impl.h
|
| @@ -192,13 +192,6 @@ public:
|
| const float left, const float top,
|
| const float right, const float bottom);
|
|
|
| - virtual int32_t SetStartImage(const uint32_t streamId,
|
| - const VideoFrame& videoFrame);
|
| -
|
| - virtual int32_t SetTimeoutImage(const uint32_t streamId,
|
| - const VideoFrame& videoFrame,
|
| - const uint32_t timeout);
|
| -
|
| private:
|
| int32_t _id;
|
| CriticalSectionWrapper& _moduleCrit;
|
|
|