| Index: content/renderer/media/rtc_video_capturer.h
|
| diff --git a/content/renderer/media/rtc_video_capturer.h b/content/renderer/media/rtc_video_capturer.h
|
| index 36fa9dce1035ecabad7050e0ee2e593b90a7806e..7888bf52bd8d9bb3ef366fcd51e3e028296eea78 100644
|
| --- a/content/renderer/media/rtc_video_capturer.h
|
| +++ b/content/renderer/media/rtc_video_capturer.h
|
| @@ -35,6 +35,7 @@ class RtcVideoCapturer
|
| virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
|
| virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
| cricket::VideoFormat* best_format) OVERRIDE;
|
| + virtual bool IsScreencast() OVERRIDE;
|
|
|
| private:
|
| // Frame captured callback method.
|
|
|