| Index: third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEvent.cpp b/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| index cf32bc4281fcc7a0438d5d3a1400004e8d27b3a1..9d0adc50b28c32cae72d0823e2f616125c877fb3 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| @@ -9,17 +9,6 @@
|
|
|
| namespace blink {
|
|
|
| -PointerEvent::PointerEvent()
|
| - : m_pointerId(0)
|
| - , m_width(0)
|
| - , m_height(0)
|
| - , m_pressure(0)
|
| - , m_tiltX(0)
|
| - , m_tiltY(0)
|
| - , m_isPrimary(false)
|
| -{
|
| -}
|
| -
|
| PointerEvent::PointerEvent(const AtomicString& type, const PointerEventInit& initializer)
|
| : MouseEvent(type, initializer)
|
| , m_pointerId(0)
|
|
|