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

Unified Diff: ppapi/proxy/ppb_testing_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_testing_proxy.h
===================================================================
--- ppapi/proxy/ppb_testing_proxy.h (revision 65343)
+++ ppapi/proxy/ppb_testing_proxy.h (working copy)
@@ -35,7 +35,7 @@
void OnMsgReadImageData(PP_Resource device_context_2d,
PP_Resource image,
const PP_Point& top_left,
- bool* result);
+ PP_Bool* result);
void OnMsgRunMessageLoop(bool* dummy);
void OnMsgQuitMessageLoop();
void OnMsgGetLiveObjectCount(PP_Module module_id, uint32_t* result);

Powered by Google App Engine
This is Rietveld 408576698