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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.h

Issue 2844823002: Support Coalesced Touch in ppapi (Closed)
Patch Set: Created 3 years, 8 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 34d3abd647929a641184fee1fb05a472d3ca7837..c9a6df517f97fdf4bcf11bc565f587b1a12f0237 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"
@@ -190,6 +192,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