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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactory.h

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Fix nit Created 3 years, 11 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/events/PointerEventFactory.h
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
index 0d6ac76ba404589d391b0b0fd4483fc00642ba8b..2f1275ec4ac59735260462fd59b4173888864a55 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -34,9 +34,9 @@ class CORE_EXPORT PointerEventFactory {
const Vector<PlatformMouseEvent>&,
LocalDOMWindow*);
- PointerEvent* create(const PlatformTouchPoint&,
- const Vector<PlatformTouchPoint>&,
- PlatformEvent::Modifiers,
+ PointerEvent* create(const WebTouchPoint&,
+ const Vector<WebTouchPoint>&,
+ WebInputEvent::Modifiers,
LocalFrame*,
DOMWindow*);
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEvent.h ('k') | third_party/WebKit/Source/core/events/PointerEventFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698