Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index c4412495869b387ac04ef800e303d0d7bdde06b8..ec1444c41429a1e17f9bee90455af8cd0bd84462 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -151,6 +151,8 @@ class ResourceCreationAPI { |
virtual PP_Resource CreateTCPServerSocketPrivate(PP_Instance instance) = 0; |
virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instace) = 0; |
virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instace) = 0; |
+ virtual PP_Resource CreateVideoDestination(PP_Instance instance) = 0; |
+ virtual PP_Resource CreateVideoSource(PP_Instance instance) = 0; |
virtual PP_Resource CreateWebSocket(PP_Instance instance) = 0; |
virtual PP_Resource CreateX509CertificatePrivate(PP_Instance instance) = 0; |
#if !defined(OS_NACL) |
@@ -176,8 +178,6 @@ class ResourceCreationAPI { |
PP_Instance instance, |
PP_Resource context3d_id, |
PP_VideoDecoder_Profile profile) = 0; |
- virtual PP_Resource CreateVideoDestination(PP_Instance instance) = 0; |
- virtual PP_Resource CreateVideoSource(PP_Instance instance) = 0; |
#endif // !defined(OS_NACL) |
static const ApiID kApiID = API_ID_RESOURCE_CREATION; |