| 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 16f396c47b35375ec238f4290c73128eef3a0d8f..7892670233c27143b77209dc5e98b8263e9b93e5 100644
|
| --- a/ui/events/mojo/input_events_type_converters.cc
|
| +++ b/ui/events/mojo/input_events_type_converters.cc
|
| @@ -383,7 +383,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));
|
|
|