Index: ppapi/thunk/thunk.h |
diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h |
index 91484e1cbe26c523dd7d2a6b939ba87656e6d2e7..ff0ff98f5b1919ad6df20d59a6b18a7e87fe179f 100644 |
--- a/ppapi/thunk/thunk.h |
+++ b/ppapi/thunk/thunk.h |
@@ -46,6 +46,7 @@ struct PPB_URLLoader; |
struct PPB_URLLoaderTrusted; |
struct PPB_URLRequestInfo; |
struct PPB_URLResponseInfo; |
+struct PPB_VideoCapture_Dev; |
struct PPB_VideoDecoder_Dev; |
struct PPB_VideoLayer_Dev; |
struct PPB_WheelInputEvent; |
@@ -99,6 +100,7 @@ const PPB_URLLoader* GetPPB_URLLoader_Thunk(); |
const PPB_URLLoaderTrusted* GetPPB_URLLoaderTrusted_Thunk(); |
const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk(); |
const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk(); |
+const PPB_VideoCapture_Dev* GetPPB_VideoCapture_Thunk(); |
const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk(); |
const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk(); |
const PPB_WheelInputEvent* GetPPB_WheelInputEvent_Thunk(); |