| Index: third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| index 547576bfcfdcb621c8255bb0b1b2028f38caf45c..977039ba5cbab00a0ca7866e3c583182fd6803b1 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/clipboard/DataTransfer.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ElementTraversal.h"
|
| +#include "core/dom/TaskRunnerHelper.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/SelectionController.h"
|
| #include "core/events/DragEvent.h"
|
| @@ -79,6 +80,7 @@ MouseEventManager::MouseEventManager(LocalFrame& frame,
|
| : m_frame(frame),
|
| m_scrollManager(scrollManager),
|
| m_fakeMouseMoveEventTimer(
|
| + TaskRunnerHelper::get(TaskType::UserInteraction, &frame),
|
| this,
|
| &MouseEventManager::fakeMouseMoveEventTimerFired) {
|
| clear();
|
|
|