Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: content/renderer/media/video_capture_impl.h

Issue 8528045: corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull model used in medi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698