| Index: content/browser/renderer_host/media/video_capture_host.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
|
| index 4f2f8cd9c58998c3e2a6a0cc90b9e88b3564461e..581ae885816965ef65e01dd55757b1a53f4be072 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -71,7 +71,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| int width,
|
| int height,
|
| int frame_per_second) OVERRIDE;
|
| - virtual void OnPaused(const VideoCaptureControllerID& id) OVERRIDE;
|
| + virtual void OnEnded(const VideoCaptureControllerID& id) OVERRIDE;
|
|
|
| private:
|
| friend class BrowserThread;
|
| @@ -128,7 +128,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| // Handle error coming from VideoCaptureDevice.
|
| void DoHandleErrorOnIOThread(const VideoCaptureControllerID& controller_id);
|
|
|
| - void DoPausedOnIOThread(const VideoCaptureControllerID& controller_id);
|
| + void DoEndedOnIOThread(const VideoCaptureControllerID& controller_id);
|
|
|
| void DeleteVideoCaptureControllerOnIOThread(
|
| const VideoCaptureControllerID& controller_id);
|
|
|