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

Unified Diff: webkit/plugins/ppapi/ppapi_plugin_instance.h

Issue 11418134: ppapi: Opt-in to receive synthetic mouse events for touch-events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 1 month 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 | « ppapi/c/ppb_input_event.h ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h
index af07f75aafa6ac43e83528da36dbeb3569320aaa..d738050fb123f9864d0080a7790075af5a730c7f 100644
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
@@ -498,8 +498,8 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance :
bool PluginHasFocus() const;
void SendFocusChangeNotification();
- // Returns true if the plugin has registered to accept touch events.
- bool IsAcceptingTouchEvents() const;
+ void UpdateTouchEventRequest();
+
// Returns true if the plugin has registered to accept wheel events.
bool IsAcceptingWheelEvents() const;
« no previous file with comments | « ppapi/c/ppb_input_event.h ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698