Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
index 8a687b75995b91133e4d27afa39a57afd308e8fd..7904a6beb7c4f7cb805d6065b3b99de2b053fe93 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
@@ -377,7 +377,7 @@ WebInputEventResult WebFrameWidgetImpl::HandleInputEvent( |
DCHECK(client_); |
if (client_->IsPointerLocked() && |
WebInputEvent::IsMouseEventType(input_event.GetType())) { |
- PointerLockMouseEvent(input_event); |
+ PointerLockMouseEvent(coalesced_event); |
return WebInputEventResult::kHandledSystem; |
} |