| Index: third_party/WebKit/Source/core/page/DragController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp
|
| index f3985d05d27c33aaf004c880911d0c058974908b..6cd34547f75989482642e6916c45aaf8db1f3694 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/DragController.cpp
|
| @@ -122,8 +122,7 @@ static PlatformMouseEvent createMouseEvent(DragData* dragData) {
|
| dragData->clientPosition(), dragData->globalPosition(),
|
| WebPointerProperties::Button::Left, PlatformEvent::MouseMoved, 0,
|
| static_cast<PlatformEvent::Modifiers>(dragData->modifiers()),
|
| - PlatformMouseEvent::RealOrIndistinguishable,
|
| - monotonicallyIncreasingTime());
|
| + PlatformMouseEvent::RealOrIndistinguishable, TimeTicks::Now());
|
| }
|
|
|
| static DataTransfer* createDraggingDataTransfer(DataTransferAccessPolicy policy,
|
|
|