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

Unified Diff: ppapi/c/private/ppb_gpu_blacklist_private.h

Issue 11419192: Make PPAPI headers compilable with -Wstrict-prototypes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « ppapi/c/ppp.h ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_gpu_blacklist_private.h
diff --git a/ppapi/c/private/ppb_gpu_blacklist_private.h b/ppapi/c/private/ppb_gpu_blacklist_private.h
index ded56be2607e7fc7cb637d1f14fe261630cc42aa..f37106ef34333cc0fa298c34280bdc0c0f03799d 100644
--- a/ppapi/c/private/ppb_gpu_blacklist_private.h
+++ b/ppapi/c/private/ppb_gpu_blacklist_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_gpu_blacklist_private.idl,
- * modified Wed Oct 10 15:34:44 2012.
+ * modified Wed Oct 24 14:41:20 2012.
*/
#ifndef PPAPI_C_PRIVATE_PPB_GPU_BLACKLIST_PRIVATE_H_
@@ -37,7 +37,7 @@ struct PPB_GpuBlacklist_Private_0_2 {
* expose the 3D interfaces if the 3D support is software-emulated. When the
* SRPC proxy is removed, this interface can also be removed.
*/
- PP_Bool (*IsGpuBlacklisted)();
+ PP_Bool (*IsGpuBlacklisted)(void);
};
typedef struct PPB_GpuBlacklist_Private_0_2 PPB_GpuBlacklist_Private;
« no previous file with comments | « ppapi/c/ppp.h ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698