Chromium Code Reviews| Index: ppapi/c/ppb_core.h |
| =================================================================== |
| --- ppapi/c/ppb_core.h (revision 91483) |
| +++ ppapi/c/ppb_core.h (working copy) |
| @@ -9,7 +9,6 @@ |
| #include "ppapi/c/pp_resource.h" |
| #include "ppapi/c/pp_stdint.h" |
| #include "ppapi/c/pp_time.h" |
| -#include "ppapi/c/pp_var.h" |
|
dmichael (off chromium)
2011/07/06 17:57:10
Okay, so this time you really are removing an incl
noelallen1
2011/07/06 22:16:45
I'll keep an eye out. Since those are different r
|
| struct PP_CompletionCallback; |
| @@ -44,12 +43,12 @@ |
| void (*AddRefResource)(PP_Resource resource); |
| /** |
| + * Same as ReleaseVar for Resources. |
|
dmichael (off chromium)
2011/07/06 17:57:10
FYI this line is going to disappear when http://co
noelallen1
2011/07/06 22:16:45
Done.
|
| * ReleaseResource is a pointer to a function that removes a reference |
| * from a resource. |
| * |
| * @param[in] config A PP_Resource containing the resource. |
| */ |
| -/*Same as ReleaseVar for Resources. */ |
| void (*ReleaseResource)(PP_Resource resource); |
| /** |
| @@ -138,4 +137,4 @@ |
| */ |
| -#endif /* PPAPI_C_DEV_PPB_CORE_DEV_H_ */ |
| +#endif /* PPAPI_C_PPB_CORE_H_ */ |