Index: webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h |
diff --git a/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h b/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h |
index 21add272bbdc34dee5e3b7094b348675857590f3..b129014d90358ba9095a402e445cd9e952f7867b 100644 |
--- a/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h |
+++ b/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h |
@@ -45,12 +45,13 @@ public: |
* Incoming Streams |
* |
***************************************************************************/ |
- virtual VideoRenderCallback* AddIncomingRenderStream(const uint32_t streamId, |
- const uint32_t zOrder, |
- const float left, |
- const float top, |
- const float right, |
- const float bottom); |
+ virtual rtc::VideoSinkInterface<VideoFrame>* |
+ AddIncomingRenderStream(const uint32_t streamId, |
+ const uint32_t zOrder, |
+ const float left, |
+ const float top, |
+ const float right, |
+ const float bottom); |
virtual int32_t DeleteIncomingRenderStream(const uint32_t streamId); |