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 2855e6feb82729952cfece72109b5f88d1472f3b..7cb60dd9914fbf0c4fd66693855dcfc3f75e5d4f 100644 |
--- a/content/renderer/media/webrtc/video_destination_handler.h |
+++ b/content/renderer/media/webrtc/video_destination_handler.h |
@@ -45,8 +45,8 @@ class CONTENT_EXPORT PpFrameWriter |
// FrameWriterInterface implementation. |
// This method will be called by the Pepper host from render thread. |
- virtual void PutFrame(PPB_ImageData_Impl* image_data, |
- int64 time_stamp_ns) override; |
+ void PutFrame(PPB_ImageData_Impl* image_data, int64 time_stamp_ns) override; |
+ |
protected: |
// MediaStreamVideoSource implementation. |
void GetCurrentSupportedFormats( |