Chromium Code Reviews| Index: content/renderer/media/video_capture_impl.h |
| =================================================================== |
| --- content/renderer/media/video_capture_impl.h (revision 109978) |
| +++ content/renderer/media/video_capture_impl.h (working copy) |
| @@ -68,6 +68,7 @@ |
| void Init(); |
| void DeInit(base::Closure task); |
| + void DoDeInit(base::Closure task); |
| void StopDevice(); |
| void RestartCapture(); |
| void StartCaptureInternal(); |