Commit 4a1460e3 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

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: I2c3ed9b3cbab13e6f120cf542119fc9005490bc7
Reviewed-on: https://chromium-review.googlesource.com/890005
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532331}
parent b5110dfb
...@@ -152,6 +152,7 @@ void FlingController::OnGestureEventAck( ...@@ -152,6 +152,7 @@ void FlingController::OnGestureEventAck(
fling_curve_ && !processed) { fling_curve_ && !processed) {
CancelCurrentFling(); CancelCurrentFling();
} }
break;
default: default:
break; break;
} }
......
...@@ -201,6 +201,7 @@ void SyntheticSmoothMoveGesture::ForwardMouseWheelInputEvents( ...@@ -201,6 +201,7 @@ void SyntheticSmoothMoveGesture::ForwardMouseWheelInputEvents(
case SETUP: case SETUP:
NOTREACHED() << "State SETUP invalid for synthetic scroll using mouse " NOTREACHED() << "State SETUP invalid for synthetic scroll using mouse "
"wheel input."; "wheel input.";
break;
case STOPPING: case STOPPING:
NOTREACHED() << "State STOPPING invalid for synthetic scroll using mouse " NOTREACHED() << "State STOPPING invalid for synthetic scroll using mouse "
"wheel input."; "wheel input.";
......
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