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 ab2968a771558559bfede191c77217f6ea4e5c78..3efbbb77593a626c81f6c588cfeeaea1781e0de2 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; |
} |