| Index: ui/events/mojo/input_events_type_converters.cc
|
| diff --git a/ui/events/mojo/input_events_type_converters.cc b/ui/events/mojo/input_events_type_converters.cc
|
| index 15ad403a3c07df93892691ec5c7ceb78a9b46fe4..0ef653ba3848dfa952652b4ecf8737ddf877a04b 100644
|
| --- a/ui/events/mojo/input_events_type_converters.cc
|
| +++ b/ui/events/mojo/input_events_type_converters.cc
|
| @@ -382,7 +382,7 @@ TypeConverter<std::unique_ptr<ui::Event>, mus::mojom::EventPtr>::Convert(
|
| std::unique_ptr<ui::TouchEvent> touch_event(new ui::TouchEvent(
|
| MojoTouchEventTypeToUIEvent(input), gfx::Point(),
|
| ui::EventFlags(input->flags), input->pointer_data->pointer_id,
|
| - base::TimeDelta::FromInternalValue(input->time_stamp),
|
| + base::TimeTicks::FromInternalValue(input->time_stamp),
|
| input->pointer_data->brush_data->width,
|
| input->pointer_data->brush_data->height, 0,
|
| input->pointer_data->brush_data->pressure));
|
|
|