Index: ppapi/host/host_message_context.h |
diff --git a/ppapi/host/host_message_context.h b/ppapi/host/host_message_context.h |
index 67082614157074c8fc985aa6bf4bc76b0aa9dfdc..d0958ab95d986a2b65234162f84307f67ecf6b9c 100644 |
--- a/ppapi/host/host_message_context.h |
+++ b/ppapi/host/host_message_context.h |
@@ -21,7 +21,7 @@ struct PPAPI_HOST_EXPORT HostMessageContext { |
// Returns a "reply params" struct with the same resource and sequence number |
// as this request. |
- ppapi::proxy::ResourceMessageReplyParams MakeReplyParams(); |
+ ppapi::proxy::ResourceMessageReplyParams MakeReplyParams() const; |
// The original call parameters passed to the resource message call. |
const ppapi::proxy::ResourceMessageCallParams& params; |