Commit 4512b864 authored by Nico Weber's avatar Nico Weber

Work more on getting things built with -Wimplicit-fallthrough.

This CL was uploaded by git cl split.

R=dtapuska@chromium.org

Bug: 177475
Change-Id: I78e1026f86a8defe0fb7fb3683dd288f7b376dcd
Reviewed-on: https://chromium-review.googlesource.com/889734Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532218}
parent dd1b0228
......@@ -299,6 +299,7 @@ void InputHandlerProxy::DispatchSingleInputEvent(
switch (event_with_callback->event().GetType()) {
case blink::WebGestureEvent::kGestureScrollBegin:
is_first_gesture_scroll_update_ = true;
FALLTHROUGH;
case blink::WebGestureEvent::kGestureFlingStart:
case blink::WebGestureEvent::kGesturePinchBegin:
case blink::WebGestureEvent::kGestureScrollUpdate:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment