Index: src/trusted/plugin/ppapi/plugin_ppapi.h |
diff --git a/src/trusted/plugin/ppapi/plugin_ppapi.h b/src/trusted/plugin/ppapi/plugin_ppapi.h |
index 93e68e98f668659d986a41f17b545d876e413898..ee65ecf68c0718791b3b86dfd497ccd186459f35 100644 |
--- a/src/trusted/plugin/ppapi/plugin_ppapi.h |
+++ b/src/trusted/plugin/ppapi/plugin_ppapi.h |
@@ -66,8 +66,12 @@ class PluginPpapi : public pp::InstancePrivate, public Plugin { |
virtual void DidChangeFocus(bool has_focus); |
// Handles input events delivered from the browser to this plugin element. |
+ // TODO(dmichael): Remove this. |
virtual bool HandleInputEvent(const PP_InputEvent& event); |
+ // Handles input events delivered from the browser to this plugin element. |
+ virtual bool HandleInputEvent(const pp::InputEvent& event); |
+ |
// Handles gaining or losing focus. |
virtual bool HandleDocumentLoad(const pp::URLLoader& url_loader); |