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

Unified Diff: ppapi/proxy/ppb_instance_proxy.h

Issue 4659001: Convert Chrome PPAPI proxy from bool to PP_Bool. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
Index: ppapi/proxy/ppb_instance_proxy.h
===================================================================
--- ppapi/proxy/ppb_instance_proxy.h (revision 65343)
+++ ppapi/proxy/ppb_instance_proxy.h (working copy)
@@ -41,8 +41,8 @@
SerializedVarReturnValue result);
void OnMsgBindGraphics(PP_Instance instance,
PP_Resource device,
- bool* result);
- void OnMsgIsFullFrame(PP_Instance instance, bool* result);
+ PP_Bool* result);
+ void OnMsgIsFullFrame(PP_Instance instance, PP_Bool* result);
void OnMsgExecuteScript(PP_Instance instance,
SerializedVarReceiveInput script,
SerializedVarOutParam out_exception,

Powered by Google App Engine
This is Rietveld 408576698