Index: ppapi/cpp/instance.h |
=================================================================== |
--- ppapi/cpp/instance.h (revision 93207) |
+++ ppapi/cpp/instance.h (working copy) |
@@ -154,8 +154,11 @@ |
/// @param[in] event The input event. |
/// |
/// @return true if @a event was handled, false otherwise. |
- virtual bool HandleInputEvent(const pp::InputEvent& event); |
+ virtual bool HandleInputEvent(const PP_InputEvent& event); |
+ /// @see InputEvent for an example |
+ virtual bool HandleInputEvent(const InputEvent& event); |
+ |
/// Notification of a data stream available after an instance was created |
/// based on the MIME type of a DOMWindow navigation. This only applies to |
/// modules that are pre-registered to handle certain MIME types. If you |