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

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

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: 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 2f1275ec4ac59735260462fd59b4173888864a55..7c9d0d726bf4c3d2e8a7c2e6975c91d47bd10714 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -30,8 +30,8 @@ class CORE_EXPORT PointerEventFactory {
~PointerEventFactory();
PointerEvent* create(const AtomicString& mouseEventName,
- const PlatformMouseEvent&,
- const Vector<PlatformMouseEvent>&,
+ const WebMouseEvent&,
+ const Vector<WebMouseEvent>&,
LocalDOMWindow*);
PointerEvent* create(const WebTouchPoint&,

Powered by Google App Engine
This is Rietveld 408576698