| Index: media/video/capture/fake_video_capture_device.h
|
| diff --git a/media/video/capture/fake_video_capture_device.h b/media/video/capture/fake_video_capture_device.h
|
| index 4804c2885a946ce1a9f3ea87fc0866e52b0b2638..f5458ebfe5fd2229920a27822fd168b431784c8c 100644
|
| --- a/media/video/capture/fake_video_capture_device.h
|
| +++ b/media/video/capture/fake_video_capture_device.h
|
| @@ -33,6 +33,11 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
|
| virtual void Stop() OVERRIDE;
|
| virtual void DeAllocate() OVERRIDE;
|
| virtual const Name& device_name() OVERRIDE;
|
| + virtual void GetDeviceSupportedFormats(
|
| + const std::string& device_name,
|
| + VideoCaptureFormats* capture_formats) OVERRIDE;
|
| +
|
| + int GetFrameRate() const;
|
|
|
| private:
|
| // Flag indicating the internal state.
|
|
|