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