Index: ppapi/proxy/ppb_testing_proxy.h |
diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h |
index ed938f1a92f59e09d60eed508feb17bc8855123e..352a2aea9d2426ccb0770c9e95c2d89013299877 100644 |
--- a/ppapi/proxy/ppb_testing_proxy.h |
+++ b/ppapi/proxy/ppb_testing_proxy.h |
@@ -37,8 +37,8 @@ class PPB_Testing_Proxy : public InterfaceProxy { |
const HostResource& image, |
const PP_Point& top_left, |
PP_Bool* result); |
- void OnMsgRunMessageLoop(bool* dummy); |
- void OnMsgQuitMessageLoop(); |
+ void OnMsgRunMessageLoop(PP_Instance instance); |
+ void OnMsgQuitMessageLoop(PP_Instance instance); |
void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result); |
DISALLOW_COPY_AND_ASSIGN(PPB_Testing_Proxy); |