Index: ppapi/proxy/ppp_instance_proxy.h |
diff --git a/ppapi/proxy/ppp_instance_proxy.h b/ppapi/proxy/ppp_instance_proxy.h |
index 9448332cce7e8f1b45369c27a88e5ee4c6c313dc..b246c5c1f09378214ae91ad60b0f9bed19be5eee 100644 |
--- a/ppapi/proxy/ppp_instance_proxy.h |
+++ b/ppapi/proxy/ppp_instance_proxy.h |
@@ -16,7 +16,6 @@ |
#include "ppapi/proxy/interface_proxy.h" |
#include "ppapi/shared_impl/ppp_instance_combined.h" |
-struct PP_InputEvent; |
struct PP_Rect; |
namespace pp { |
@@ -35,8 +34,8 @@ class PPP_Instance_Proxy : public InterfaceProxy { |
} |
virtual ~PPP_Instance_Proxy(); |
- // Return the info for the 0.5 (latest, canonical) version of the interface. |
- static const Info* GetInfo0_5(); |
+ // Return the info for the 1.0 (latest, canonical) version of the interface. |
+ static const Info* GetInfo1_0(); |
::ppapi::PPP_Instance_Combined* ppp_instance_target() const { |
return combined_interface_.get(); |
@@ -57,9 +56,6 @@ class PPP_Instance_Proxy : public InterfaceProxy { |
const PP_Rect& clip, |
PP_Bool fullscreen); |
void OnMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus); |
- void OnMsgHandleInputEvent(PP_Instance instance, |
- const PP_InputEvent& event, |
- PP_Bool* result); |
void OnMsgHandleDocumentLoad(PP_Instance instance, |
const HostResource& url_loader, |
PP_Bool* result); |