Index: third_party/WebKit/Source/core/input/EventHandlingUtil.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandlingUtil.h b/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
index c001ec8ee7e9039c4265f6bd1656c372b1e28ca1..99223b4c943ab6244cf238d042aa6d0943105d52 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
+++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
@@ -9,6 +9,7 @@ |
#include "core/page/EventWithHitTestResults.h" |
#include "platform/geometry/LayoutPoint.h" |
#include "public/platform/WebInputEventResult.h" |
+#include "public/platform/WebPointerEvent.h" |
namespace blink { |
@@ -16,6 +17,9 @@ class LocalFrame; |
class ScrollableArea; |
class PaintLayer; |
+using WebCoalescedPointerEvent = |
+ std::pair<WebPointerEvent, Vector<WebPointerEvent>>; |
+ |
namespace EventHandlingUtil { |
HitTestResult HitTestResultInFrame( |