Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 20aee780bb665791bcaca6eca97deba33b6bbdbb..cb16f5007a72ce9252df4c2043b7b4c97cc21b91 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -27,7 +27,7 @@ |
#define EventHandler_h |
#include "core/CoreExport.h" |
-#include "core/events/PointerIdManager.h" |
+#include "core/events/PointerEventFactory.h" |
#include "core/events/TextEventInputType.h" |
#include "core/layout/HitTestRequest.h" |
#include "core/page/DragActions.h" |
@@ -423,7 +423,7 @@ private: |
bool m_touchPressed; |
- PointerIdManager m_pointerIdManager; |
+ PointerEventFactory m_pointerEventFactory; |
// Prevents firing mousedown, mousemove & mouseup in-between a canceled pointerdown and next pointerup/pointercancel. |
// See "PREVENT MOUSE EVENT flag" in the spec: |