Index: webrtc/modules/video_render/mac/video_render_mac_carbon_impl.h |
diff --git a/webrtc/modules/video_render/mac/video_render_mac_carbon_impl.h b/webrtc/modules/video_render/mac/video_render_mac_carbon_impl.h |
index 9ad3a6cdd18145120a6f1ecd533c73eb53ee75d2..92e2789dc624ebad77abdf62cedbe1f49369bf40 100644 |
--- a/webrtc/modules/video_render/mac/video_render_mac_carbon_impl.h |
+++ b/webrtc/modules/video_render/mac/video_render_mac_carbon_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); |