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 6e351520a122c89eb89efb91e14783ecbe26d32e..d1e137105365edd96cbfd7d6da3e28864a270d5b 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); |