| Index: mojo/converters/blink/blink_input_events_type_converters.cc
|
| diff --git a/mojo/converters/blink/blink_input_events_type_converters.cc b/mojo/converters/blink/blink_input_events_type_converters.cc
|
| index 9c7e63911ea646b46b9341c8cb42ab2992cd96b4..8d3dc09ca5226e348798f020bf949306ecda9340 100644
|
| --- a/mojo/converters/blink/blink_input_events_type_converters.cc
|
| +++ b/mojo/converters/blink/blink_input_events_type_converters.cc
|
| @@ -165,7 +165,6 @@ std::unique_ptr<blink::WebInputEvent> BuildWebMouseWheelEventFrom(
|
| // Add support for other wheel modes once ui::WheelEvent has support for them.
|
| web_event->hasPreciseScrollingDeltas = false;
|
| web_event->scrollByPage = false;
|
| - web_event->canScroll = true;
|
|
|
| return std::move(web_event);
|
| }
|
|
|