Chromium Code Reviews| 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); |
| +} |