Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index f120ed66b69070018ef32cfbd52520473f5781ed..430a2c32bc97eeb267e22a7117567d450f2b7827 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -162,6 +162,8 @@ class ResourceCreationProxy : public InterfaceProxy, |
PP_Instance instance, |
PP_Resource context3d_id, |
PP_VideoDecoder_Profile profile) OVERRIDE; |
+ virtual PP_Resource CreateVideoDestination(PP_Instance instance) OVERRIDE; |
+ virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE; |
#endif // !defined(OS_NACL) |
virtual bool Send(IPC::Message* msg) OVERRIDE; |