| 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);
|
|
|