| 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 6f8d8da376361512d85f56c48afce2b6aeac441b..c5962b9a74e7dbab983c1327ab06ccfa1e64c606 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;
|
| }
|
|
|
|
|