| Index: components/html_viewer/touch_handler.cc
|
| diff --git a/components/html_viewer/touch_handler.cc b/components/html_viewer/touch_handler.cc
|
| index 7e84a1c1ff08fa2593b9a5bb94de8141c01b7a71..276a6f2dd2aa77335269484e4594ca6206f781a1 100644
|
| --- a/components/html_viewer/touch_handler.cc
|
| +++ b/components/html_viewer/touch_handler.cc
|
| @@ -70,7 +70,6 @@ bool TouchHandler::UpdateMotionEvent(const mojo::Event& event) {
|
| const base::TimeTicks timestamp(
|
| base::TimeTicks::FromInternalValue(event.time_stamp));
|
| if (current_motion_event_.get()) {
|
| - current_motion_event_->set_id(current_motion_event_->GetId() + 1);
|
| current_motion_event_->set_event_time(timestamp);
|
| }
|
|
|
|
|