| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 920215c5c9834c3ad4d52c0e763b7c413eba03c1..f8228b0ab3290aeffdd4fe5f6a577d4a460a1f96 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -166,9 +166,10 @@ EventHandler::EventHandler(LocalFrame& frame)
|
| m_hoverTimer(TaskRunnerHelper::get(TaskType::UserInteraction, &frame),
|
| this,
|
| &EventHandler::hoverTimerFired),
|
| - m_cursorUpdateTimer(TaskRunnerHelper::get(TaskType::Internal, &frame),
|
| - this,
|
| - &EventHandler::cursorUpdateTimerFired),
|
| + m_cursorUpdateTimer(
|
| + TaskRunnerHelper::get(TaskType::UnspecedTimer, &frame),
|
| + this,
|
| + &EventHandler::cursorUpdateTimerFired),
|
| m_eventHandlerWillResetCapturingMouseEventsNode(0),
|
| m_shouldOnlyFireDragOverEvent(false),
|
| m_scrollManager(new ScrollManager(frame)),
|
|
|