| Index: ppapi/thunk/thunk.h
|
| diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h
|
| index 46544cccaf1d794712bc4cb0d9859738182ff1d6..ac0008e87a70f41bc3e0e36345b40da8700909d3 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();
|
|
|