| Index: media/capture/video/win/sink_filter_observer_win.h
|
| diff --git a/media/capture/video/win/sink_filter_observer_win.h b/media/capture/video/win/sink_filter_observer_win.h
|
| index 29842a7a4d60fe3128b3299dd721621170f3c32a..adffbf978d6355defdb6a3cb5986f9c8344a66c9 100644
|
| --- a/media/capture/video/win/sink_filter_observer_win.h
|
| +++ b/media/capture/video/win/sink_filter_observer_win.h
|
| @@ -12,12 +12,15 @@
|
|
|
| namespace media {
|
|
|
| +struct VideoCaptureFormat;
|
| +
|
| class SinkFilterObserver {
|
| public:
|
| // SinkFilter will call this function with all frames delivered to it.
|
| // buffer in only valid during this function call.
|
| virtual void FrameReceived(const uint8_t* buffer,
|
| int length,
|
| + const VideoCaptureFormat& format,
|
| base::TimeDelta timestamp) = 0;
|
|
|
| protected:
|
|
|