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

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

Issue 8037055: Add OnRemoved() in VideoCapture::EventHandler API (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: change needed for unit test Created 9 years, 3 months 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_module_impl.h
===================================================================
--- content/renderer/media/video_capture_module_impl.h (revision 102835)
+++ content/renderer/media/video_capture_module_impl.h (working copy)
@@ -40,6 +40,7 @@
virtual void OnStopped(media::VideoCapture* capture);
virtual void OnPaused(media::VideoCapture* capture);
virtual void OnError(media::VideoCapture* capture, int error_code);
+ virtual void OnRemoved(media::VideoCapture* capture);
virtual void OnBufferReady(
media::VideoCapture* capture,
scoped_refptr<media::VideoCapture::VideoFrameBuffer> buf);
« no previous file with comments | « content/renderer/media/video_capture_impl_unittest.cc ('k') | content/renderer/media/video_capture_module_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698