Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: ppapi/c/ppb_core.h

Issue 7310007: Trivial fixes to PPAPI (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698