| 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..334da6896b8cb1ea5219e06f63d04ea691219f87 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,7 +45,7 @@ public:
|
| * Incoming Streams
|
| *
|
| ***************************************************************************/
|
| - virtual VideoRenderCallback* AddIncomingRenderStream(const uint32_t streamId,
|
| + virtual rtc::VideoSinkInterface<VideoFrame>* AddIncomingRenderStream(const uint32_t streamId,
|
| const uint32_t zOrder,
|
| const float left,
|
| const float top,
|
|
|