Index: content/browser/renderer_host/media/desktop_capture_device.h |
diff --git a/content/browser/renderer_host/media/desktop_capture_device.h b/content/browser/renderer_host/media/desktop_capture_device.h |
index 84422d3c5c9a1b5d319853ff371bf017acdb9435..8a5a41fe42dd354c4066234d4a1feb55633f94cf 100644 |
--- a/content/browser/renderer_host/media/desktop_capture_device.h |
+++ b/content/browser/renderer_host/media/desktop_capture_device.h |
@@ -44,6 +44,8 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice { |
virtual void Stop() OVERRIDE; |
virtual void DeAllocate() OVERRIDE; |
virtual const Name& device_name() OVERRIDE; |
+ virtual void GetDeviceSupportedFormats( |
+ media::VideoCaptureFormats* capture_formats) OVERRIDE; |
private: |
class Core; |