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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.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: third_party/WebKit/Source/web/WebPluginContainerImpl.h
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
index 542402ba28c8f84c8c79a15e0e043b62fbbab41f..ef1ac551dfa4c49f1fb59354fade16e5bc7de3a3 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
@@ -39,6 +39,8 @@
#include "platform/wtf/PassRefPtr.h"
#include "platform/wtf/Vector.h"
#include "platform/wtf/text/WTFString.h"
+#include "public/platform/WebCoalescedInputEvent.h"
+#include "public/platform/WebTouchEvent.h"
#include "public/web/WebPluginContainer.h"
#include "web/WebExport.h"
@@ -191,6 +193,10 @@ class WEB_EXPORT WebPluginContainerImpl final
WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
+ WebTouchEvent TransformTouchEvent(const WebInputEvent&);
+ WebCoalescedInputEvent TransformCoalescedTouchEvent(
+ const WebCoalescedInputEvent&);
+
void HandleMouseEvent(MouseEvent*);
void HandleDragEvent(MouseEvent*);
void HandleWheelEvent(WheelEvent*);

Powered by Google App Engine
This is Rietveld 408576698