Index: third_party/WebKit/Source/core/events/PointerEvent.h |
diff --git a/third_party/WebKit/Source/core/events/PointerEvent.h b/third_party/WebKit/Source/core/events/PointerEvent.h |
index ca49448ee78f22542af24a43014cc12f39cae9ca..ebbb7896c6674f99d214a1c88a81b8073a319b66 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEvent.h |
+++ b/third_party/WebKit/Source/core/events/PointerEvent.h |
@@ -25,16 +25,6 @@ public: |
return adoptRefWillBeNoop(new PointerEvent(type, initializer)); |
} |
- static PassRefPtrWillBeRawPtr<PointerEvent> create(const AtomicString& type, |
- const bool isPrimary, const PlatformMouseEvent&, PassRefPtrWillBeRawPtr<Node> relatedTarget, |
- PassRefPtrWillBeRawPtr<AbstractView>); |
- |
- static PassRefPtrWillBeRawPtr<PointerEvent> create(const AtomicString& type, |
- const bool isPrimary, const PlatformTouchPoint&, |
- PlatformEvent::Modifiers, |
- const double width, const double height, |
- const double clientX, const double clientY); |
- |
long pointerId() const { return m_pointerId; } |
double width() const { return m_width; } |
double height() const { return m_height; } |