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 13a167a11980a8aed743a73ab266fafbdd48a049..951968befedee00d3bfcdabdf29438bb9c7b45f0 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h |
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h |
@@ -31,6 +31,7 @@ public: |
PointerEvent* create( |
const AtomicString& mouseEventName, const PlatformMouseEvent&, |
+ EventTarget* relatedTarget, |
LocalDOMWindow*); |
PointerEvent* create(const AtomicString& type, |