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 d3addb67918cc46a16e8e14ec3124a9db9aa6f88..7249f8b416d1dfa5587efe222cad8b9b2831158f 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.cc |
+++ b/content/common/input/synthetic_web_input_event_builders.cc |
@@ -68,6 +68,7 @@ WebMouseWheelEvent SyntheticWebMouseWheelEventBuilder::Build(float dx, |
result.wheelTicksY = dy > 0.0f ? 1.0f : -1.0f; |
result.modifiers = modifiers; |
result.hasPreciseScrollingDeltas = precise; |
+ result.canScroll = true; |
return result; |
} |