diff options
Diffstat (limited to 'ppapi/thunk/thunk.h')
-rw-r--r-- | ppapi/thunk/thunk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h index 46544cc..ac0008e 100644 --- a/ppapi/thunk/thunk.h +++ b/ppapi/thunk/thunk.h @@ -47,6 +47,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; @@ -101,6 +102,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(); |