| Index: content/browser/renderer_host/input/touch_emulator.cc
|
| diff --git a/content/browser/renderer_host/input/touch_emulator.cc b/content/browser/renderer_host/input/touch_emulator.cc
|
| index f52fadbab8a19aa3c136a61f10b4222623332a86..1417c637d6e2eff42fafcce49d122ed3731fc157 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.cc
|
| +++ b/content/browser/renderer_host/input/touch_emulator.cc
|
| @@ -449,6 +449,7 @@ void TouchEmulator::FillTouchEventAndPoint(const WebMouseEvent& mouse_event) {
|
| point.screenPosition.y = mouse_event.globalY;
|
| point.tiltX = 0;
|
| point.tiltY = 0;
|
| + point.pointerType = blink::WebPointerProperties::PointerType::Touch;
|
| }
|
|
|
| bool TouchEmulator::InPinchGestureMode() const {
|
|
|