| Index: content/common/input/synthetic_web_input_event_builders.cc
|
| diff --git a/content/common/input/synthetic_web_input_event_builders.cc b/content/common/input/synthetic_web_input_event_builders.cc
|
| index e7e7d49176a13a81de4ade4130cdb6e7eb061e1d..14904cc17c44d4b5bbcbbfb133db1a359ddff845 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.cc
|
| +++ b/content/common/input/synthetic_web_input_event_builders.cc
|
| @@ -86,7 +86,6 @@ WebMouseWheelEvent SyntheticWebMouseWheelEventBuilder::Build(float x,
|
| result.wheelTicksY = dy > 0.0f ? 1.0f : -1.0f;
|
| result.modifiers = modifiers;
|
| result.hasPreciseScrollingDeltas = precise;
|
| - result.canScroll = true;
|
| return result;
|
| }
|
|
|
|
|