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..69baa012adfbb6c9c0e56e7ea9618ade25c98e0c 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 threshhold); |
// 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. |