Index: ppapi/proxy/ppb_instance_proxy.h |
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h |
index d6ed5c4e504290f47847af9b32d7c0813e481f79..6a0a3b25b588b4455dcb3e11b0fe701160a73c42 100644 |
--- a/ppapi/proxy/ppb_instance_proxy.h |
+++ b/ppapi/proxy/ppb_instance_proxy.h |
@@ -144,7 +144,8 @@ class PPB_Instance_Proxy : public InterfaceProxy, |
virtual void SessionMessage(PP_Instance instance, |
PP_Var web_session_id_var, |
PP_CdmMessageType message_type, |
- PP_Var message_var) override; |
+ PP_Var message_var, |
+ PP_Var legacy_destination_url_var) override; |
virtual void SessionKeysChange( |
PP_Instance instance, |
PP_Var web_session_id_var, |
@@ -273,10 +274,12 @@ class PPB_Instance_Proxy : public InterfaceProxy, |
PP_CdmExceptionCode exception_code, |
uint32_t system_code, |
SerializedVarReceiveInput error_description); |
- virtual void OnHostMsgSessionMessage(PP_Instance instance, |
- SerializedVarReceiveInput web_session_id, |
- PP_CdmMessageType message_type, |
- SerializedVarReceiveInput message); |
+ virtual void OnHostMsgSessionMessage( |
+ PP_Instance instance, |
+ SerializedVarReceiveInput web_session_id, |
+ PP_CdmMessageType message_type, |
+ SerializedVarReceiveInput message, |
+ SerializedVarReceiveInput legacy_destination_url); |
virtual void OnHostMsgSessionKeysChange( |
PP_Instance instance, |
const std::string& web_session_id, |