Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index 8d6c01bb047da5a246abacea0ab6dfc73bf6b28e..6852ef6a616bd1ec9eb080cd82df141f4340fd00 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -20,6 +20,7 @@ |
struct PP_Flash_Menu; |
struct PP_FontDescription_Dev; |
+struct PP_VideoCaptureDeviceInfo_Dev; |
struct PP_Size; |
namespace ppapi { |
@@ -109,6 +110,7 @@ class ResourceCreationAPI { |
const char* proto) = 0; |
virtual PP_Resource CreateURLLoader(PP_Instance instance) = 0; |
virtual PP_Resource CreateURLRequestInfo(PP_Instance instance) = 0; |
+ virtual PP_Resource CreateVideoCapture(PP_Instance instance) = 0; |
virtual PP_Resource CreateVideoDecoder( |
PP_Instance instance, |
PP_Resource context3d_id, |