| Index: ppapi/shared_impl/resource.h
|
| ===================================================================
|
| --- ppapi/shared_impl/resource.h (revision 110608)
|
| +++ ppapi/shared_impl/resource.h (working copy)
|
| @@ -16,9 +16,11 @@
|
| // All resource types should be added here. This implements our hand-rolled
|
| // RTTI system since we don't compile with "real" RTTI.
|
| #define FOR_ALL_PPAPI_RESOURCE_APIS(F) \
|
| + F(PPB_Audio_API) \
|
| F(PPB_AudioConfig_API) \
|
| + F(PPB_AudioInput_API) \
|
| + F(PPB_AudioInputTrusted_API) \
|
| F(PPB_AudioTrusted_API) \
|
| - F(PPB_Audio_API) \
|
| F(PPB_Broker_API) \
|
| F(PPB_Buffer_API) \
|
| F(PPB_BufferTrusted_API) \
|
|
|
| Property changes on: ppapi/shared_impl/resource.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|