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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 2844823002: Support Coalesced Touch in ppapi (Closed)
Patch Set: Support Coalesced Touch in ppapi Created 3 years, 7 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
Index: content/renderer/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index 232a06770b5a6d570a1ecf3d9528077dd4a94f41..6a2b67ab857cce0c75f65aaf0bdc6398a13b772b 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -72,6 +72,7 @@ struct PP_Point;
class SkBitmap;
namespace blink {
+class WebCoalescedInputEvent;
class WebInputEvent;
class WebLayer;
class WebMouseEvent;
@@ -226,6 +227,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
bool full_frame,
std::unique_ptr<PluginInstanceThrottlerImpl> throttler);
bool HandleDocumentLoad(const blink::WebURLResponse& response);
+ bool HandleCoalescedInputEvent(const blink::WebCoalescedInputEvent& event,
+ blink::WebCursorInfo* cursor_info);
bool HandleInputEvent(const blink::WebInputEvent& event,
blink::WebCursorInfo* cursor_info);
PP_Var GetInstanceObject(v8::Isolate* isolate);
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.cc ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698