Index: ppapi/proxy/ppb_testing_proxy.h |
diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h |
index c6dd373cd945a1e6f9e6279aa0b89374d97bb67c..61af47fcb00aea5b0b2eebc0bf294882bfff5736 100644 |
--- a/ppapi/proxy/ppb_testing_proxy.h |
+++ b/ppapi/proxy/ppb_testing_proxy.h |
@@ -41,6 +41,7 @@ class PPB_Testing_Proxy : public InterfaceProxy { |
void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result); |
void OnMsgSimulateInputEvent(PP_Instance instance, |
const ppapi::InputEventData& input_event); |
+ void OnMsgSetMinimumArrayBufferSizeForShmem(uint32_t threshold); |
// When this proxy is in the host side, this value caches the interface |
// pointer so we don't have to retrieve it from the dispatcher each time. |