Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: src/trusted/plugin/ppapi/plugin_ppapi.h

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h ('k') | src/trusted/plugin/ppapi/plugin_ppapi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h ('k') | src/trusted/plugin/ppapi/plugin_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698