Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
index 9dd6a164e091f9859ec30336f949c1156cb8acf2..fb2d1a7bb7f7997a058dfec9fc26b7f283c555ef 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
@@ -50,6 +50,12 @@ MockPluginDelegate::CreateVideoDecoder( |
return NULL; |
} |
+MockPluginDelegate::PlatformVideoCapture* |
+MockPluginDelegate::CreateVideoCapture( |
+ media::VideoCapture::EventHandler* handler){ |
+ return NULL; |
+} |
+ |
MockPluginDelegate::PlatformAudio* MockPluginDelegate::CreateAudio( |
uint32_t sample_rate, |
uint32_t sample_count, |