| Index: ppapi/thunk/thunk.h
|
| ===================================================================
|
| --- ppapi/thunk/thunk.h (revision 103964)
|
| +++ ppapi/thunk/thunk.h (working copy)
|
| @@ -28,6 +28,7 @@
|
| #undef IFACE
|
|
|
| struct PPB_AudioTrusted;
|
| +struct PPB_AudioInputTrusted_Dev;
|
| struct PPB_BrokerTrusted;
|
| struct PPB_BufferTrusted;
|
| struct PPB_Context3DTrusted_Dev;
|
| @@ -52,6 +53,7 @@
|
| // yet been converted to the new system). Otherwise, add the declaration to
|
| // the appropriate interfaces_*.h file.
|
| PPAPI_THUNK_EXPORT const PPB_AudioTrusted* GetPPB_AudioTrusted_Thunk();
|
| +PPAPI_THUNK_EXPORT const PPB_AudioInputTrusted_Dev* GetPPB_AudioInputTrusted_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_BrokerTrusted* GetPPB_Broker_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_BufferTrusted* GetPPB_BufferTrusted_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_Context3DTrusted_Dev*
|
|
|