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 1d928fe4c56041b4f20636a8788686555f80f7f9..84d6c84d591d9fba26ec308e71a06f78703c0cc6 100644 |
--- a/content/renderer/media/rtc_video_capturer.h |
+++ b/content/renderer/media/rtc_video_capturer.h |
@@ -37,7 +37,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; |
+ virtual bool IsScreencast() const OVERRIDE; |
private: |
// Frame captured callback method. |