Commit ccca0b41 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

weblayer: remove break after return

BUG=none
TEST=none

Change-Id: I2dc1737f17186f434ebe0b98c88c16efba911bd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141208
Commit-Queue: Scott Violet <sky@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Auto-Submit: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757495}
parent 0381ec46
......@@ -61,7 +61,6 @@ XWindow::WindowType GetXWindowType(PlatformWindowType window_type) {
return WindowType::kPopup;
case PlatformWindowType::kDrag:
return WindowType::kDrag;
break;
case PlatformWindowType::kBubble:
return WindowType::kBubble;
}
......
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