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*); |