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

Unified Diff: third_party/WebKit/Source/core/input/EventHandlingUtil.h

Issue 2860663006: Remove WebTouchEvent from TouchEventManager APIs (Closed)
Patch Set: 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/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(

Powered by Google App Engine
This is Rietveld 408576698