| Index: webkit/plugins/ppapi/ppb_video_capture_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_video_capture_impl.cc (revision 102594)
|
| +++ webkit/plugins/ppapi/ppb_video_capture_impl.cc (working copy)
|
| @@ -167,6 +167,10 @@
|
| ppp_videocapture_->OnError(pp_instance(), pp_resource(), PP_ERROR_FAILED);
|
| }
|
|
|
| +void PPB_VideoCapture_Impl::OnRemoved(media::VideoCapture* capture) {
|
| + // TODO(vtl): add logic when this event handler is removed.
|
| +}
|
| +
|
| void PPB_VideoCapture_Impl::OnBufferReady(
|
| media::VideoCapture* capture,
|
| scoped_refptr<media::VideoCapture::VideoFrameBuffer> buffer) {
|
|
|