Index: content/browser/renderer_host/media/web_contents_video_capture_device.cc |
diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device.cc b/content/browser/renderer_host/media/web_contents_video_capture_device.cc |
index b807d83c54df6c15bb00a032d3591b2eee6363f3..7fe02ba3f3a40e2cb73e3ff4c81f2f328044091d 100644 |
--- a/content/browser/renderer_host/media/web_contents_video_capture_device.cc |
+++ b/content/browser/renderer_host/media/web_contents_video_capture_device.cc |
@@ -1270,6 +1270,11 @@ void WebContentsVideoCaptureDevice::DeAllocate() { |
impl_->DeAllocate(); |
} |
+void WebContentsVideoCaptureDevice::GetDeviceSupportedFormats( |
+ media::VideoCaptureFormats* capture_formats) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
const media::VideoCaptureDevice::Name& |
WebContentsVideoCaptureDevice::device_name() { |
return device_name_; |