| 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 958d648a2550ae12b88ec56f153ffb8eeba7d7e1..0feb457168ae56523e9e503c72ab0086cb571c1a 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;
|
| }
|
|
|
|
|