| 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 633c2cbd414361c8a03b2a25a8b9a7b0153e5b9b..65707176a40a5b6df3ae42a7557ee7edc913fa07 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2196,7 +2196,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;
|
| }
|
|
|
|
|