Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 1f74c7660f156f70ea7ed1bd1c9e00a192452a4f..8746af436ec7cc7767453d7ad313bee3730bb7c7 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -2195,7 +2195,7 @@ WebInputEventResult WebViewImpl::HandleInputEvent( |
if (is_pointer_locked && |
WebInputEvent::IsMouseEventType(input_event.GetType())) { |
- MainFrameImpl()->FrameWidget()->PointerLockMouseEvent(input_event); |
+ MainFrameImpl()->FrameWidget()->PointerLockMouseEvent(coalesced_event); |
return WebInputEventResult::kHandledSystem; |
} |