| Index: content/browser/renderer_host/ui_events_helper.cc
|
| diff --git a/content/browser/renderer_host/ui_events_helper.cc b/content/browser/renderer_host/ui_events_helper.cc
|
| index a062303cc07e63ebe066c615d61f5640e46030db..38dca7a441ac6c1e4086af384da8c3d7803bb3a3 100644
|
| --- a/content/browser/renderer_host/ui_events_helper.cc
|
| +++ b/content/browser/renderer_host/ui_events_helper.cc
|
| @@ -91,7 +91,7 @@ blink::WebGestureEvent MakeWebGestureEventFromUIEvent(
|
| const ui::GestureEvent& event) {
|
| return ui::CreateWebGestureEvent(event.details(), event.time_stamp(),
|
| event.location_f(), event.root_location_f(),
|
| - event.flags());
|
| + event.flags(), 0U);
|
| }
|
|
|
| } // namespace content
|
|
|