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

Unified Diff: third_party/WebKit/Source/core/events/PointerEvent.cpp

Issue 2216593002: Drop document.createEvent support for things still behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@createEvent
Patch Set: fix LayoutTests Created 4 years, 4 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/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)
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEvent.h ('k') | third_party/WebKit/Source/core/events/RelatedEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698