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 3efbbb77593a626c81f6c588cfeeaea1781e0de2..ab2968a771558559bfede191c77217f6ea4e5c78 100644 |
--- a/content/common/input/synthetic_web_input_event_builders.cc |
+++ b/content/common/input/synthetic_web_input_event_builders.cc |
@@ -68,7 +68,6 @@ |
result.wheelTicksY = dy > 0.0f ? 1.0f : -1.0f; |
result.modifiers = modifiers; |
result.hasPreciseScrollingDeltas = precise; |
- result.canScroll = true; |
return result; |
} |