| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
|
| index e465dfe6a643682ede8212bfea3fb4b440c63cfc..c7f98868db565ff46e3f6133025eb2c554150d3b 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -178,6 +178,8 @@ class PepperPluginDelegateImpl
|
| PlatformAudio::Client* client);
|
| virtual PlatformImage2D* CreateImage2D(int width, int height);
|
| virtual PlatformContext3D* CreateContext3D();
|
| + virtual PlatformVideoCapture* CreateVideoCapture(
|
| + media::VideoCapture::EventHandler* handler) OVERRIDE;
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| int32 command_buffer_route_id);
|
|
|