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

Unified Diff: content/renderer/video_capture_message_filter.cc

Issue 6902166: Add VideoCaptureImpl (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add time out for StartCapture Created 9 years, 7 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/video_capture_message_filter.cc
===================================================================
--- content/renderer/video_capture_message_filter.cc (revision 85463)
+++ content/renderer/video_capture_message_filter.cc (working copy)
@@ -144,3 +144,7 @@
RenderThread::current()->AddFilter(this);
}
+
+bool VideoCaptureMessageFilter::ReadyToSend() {
+ return (channel_ != NULL);
+}

Powered by Google App Engine
This is Rietveld 408576698