| Index: content/renderer/media/webrtc/video_destination_handler.h
|
| diff --git a/content/renderer/media/webrtc/video_destination_handler.h b/content/renderer/media/webrtc/video_destination_handler.h
|
| index 7981401284f223a8f652b5b9b733d8120ee8fe2e..45dab9213424361d42d4013d3565d913e5440d9f 100644
|
| --- a/content/renderer/media/webrtc/video_destination_handler.h
|
| +++ b/content/renderer/media/webrtc/video_destination_handler.h
|
| @@ -58,6 +58,7 @@ class CONTENT_EXPORT PpFrameWriter
|
| const media::VideoCaptureFormat& format,
|
| const VideoCaptureDeliverFrameCB& frame_callback) OVERRIDE;
|
| virtual void StopSourceImpl() OVERRIDE;
|
| + virtual std::string TypeName() const OVERRIDE;
|
|
|
| private:
|
| media::VideoFramePool frame_pool_;
|
|
|