| Index: media/video/capture/video_capture.h
|
| ===================================================================
|
| --- media/video/capture/video_capture.h (revision 102594)
|
| +++ media/video/capture/video_capture.h (working copy)
|
| @@ -97,7 +97,7 @@
|
| const VideoCaptureCapability& capability) = 0;
|
|
|
| // Request video capture to stop capturing for client |handler|.
|
| - virtual void StopCapture(EventHandler* handler) = 0;
|
| + virtual void StopCapture(EventHandler* handler, bool need_notification) = 0;
|
|
|
| // Feed buffer to video capture when done with it.
|
| virtual void FeedBuffer(scoped_refptr<VideoFrameBuffer> buffer) = 0;
|
|
|