Commit 30c17e60 authored by Nico Weber's avatar Nico Weber

Work on getting things built with -Wimplicit-fallthrough. This CL was uploaded by git cl split.

Bug: 177475
R=estade@chromium.org

Change-Id: I4f3b6133bb2c4ea46f3db57482c96351bdb3e551
Reviewed-on: https://chromium-review.googlesource.com/889763Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532103}
parent 9dbefa6b
...@@ -148,7 +148,7 @@ void NativeThemeAura::PaintArrowButton(cc::PaintCanvas* canvas, ...@@ -148,7 +148,7 @@ void NativeThemeAura::PaintArrowButton(cc::PaintCanvas* canvas,
break; break;
case kHovered: case kHovered:
bg_color = SkColorSetRGB(0xD2, 0xD2, 0xD2); bg_color = SkColorSetRGB(0xD2, 0xD2, 0xD2);
// Fall through. FALLTHROUGH;
case kNormal: case kNormal:
arrow_color = SkColorSetRGB(0x50, 0x50, 0x50); arrow_color = SkColorSetRGB(0x50, 0x50, 0x50);
break; break;
......
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