| Index: ppapi/shared_impl/resource.h
|
| diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h
|
| index 23522d508b2ef3e5cc6b727081a6358f68e63a12..f3d15d3f1f98bb5549077af373b0fa9ad19bd824 100644
|
| --- a/ppapi/shared_impl/resource.h
|
| +++ b/ppapi/shared_impl/resource.h
|
| @@ -19,6 +19,7 @@
|
| // 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(ExtensionsCommon_API) \
|
| F(PPB_Audio_API) \
|
| F(PPB_AudioConfig_API) \
|
| F(PPB_AudioInput_API) \
|
|
|