| Index: ppapi/thunk/thunk.h
|
| diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h
|
| index 8990b94c91c60f2467c988ae7b181cb304598c5e..5f6a62c065441773e040df00e803694724586dfc 100644
|
| --- a/ppapi/thunk/thunk.h
|
| +++ b/ppapi/thunk/thunk.h
|
| @@ -27,6 +27,7 @@
|
| #undef PROXIED_IFACE
|
| #undef IFACE
|
|
|
| +struct PPB_AudioInputTrusted_Dev;
|
| struct PPB_AudioTrusted;
|
| struct PPB_BrokerTrusted;
|
| struct PPB_BufferTrusted;
|
| @@ -52,6 +53,8 @@ namespace thunk {
|
| // Old-style thunk getters. Only put trusted/private stuff here (it hasn't
|
| // yet been converted to the new system). Otherwise, add the declaration to
|
| // the appropriate interfaces_*.h file.
|
| +PPAPI_THUNK_EXPORT const PPB_AudioInputTrusted_Dev*
|
| + GetPPB_AudioInputTrusted_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_AudioTrusted* GetPPB_AudioTrusted_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_BrokerTrusted* GetPPB_Broker_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_BufferTrusted* GetPPB_BufferTrusted_Thunk();
|
|
|