| Index: ppapi/proxy/ppb_testing_proxy.h
|
| diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h
|
| index dd8a6e834886bd319db1e59688e553076cc143b1..457217986ec5737cfc7f2a03cfb87f0329b68046 100644
|
| --- a/ppapi/proxy/ppb_testing_proxy.h
|
| +++ b/ppapi/proxy/ppb_testing_proxy.h
|
| @@ -40,6 +40,7 @@ class PPB_Testing_Proxy : public InterfaceProxy {
|
| void OnMsgQuitMessageLoop(PP_Instance instance);
|
| void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result);
|
| void OnMsgIsPeripheral(PP_Instance instance, PP_Bool* result);
|
| + void OnMsgIsThrottled(PP_Instance instance, PP_Bool* result);
|
| void OnMsgSimulateInputEvent(PP_Instance instance,
|
| const ppapi::InputEventData& input_event);
|
| void OnMsgSetMinimumArrayBufferSizeForShmem(uint32_t threshold);
|
|
|