| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index bc187e67ffd138b646e854c90158d014fb0f494e..9de021872339fbcbd6ec686635fb971517ac28ec 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -25,6 +25,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| int32 command_buffer_route_id);
|
| + virtual PlatformVideoCapture* CreateVideoCapture(
|
| + media::VideoCapture::EventHandler* handler);
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| PlatformAudio::Client* client);
|
|
|