Skip to content

Commit

Permalink
fix: remove 'NOTREACHED()' from 'GetWindowResizeEdge' (#31470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurencin committed Oct 19, 2021
1 parent 8364375 commit a2d993c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/browser/native_window_views_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ gfx::ResizeEdge GetWindowResizeEdge(WPARAM param) {
case WMSZ_BOTTOMRIGHT:
return gfx::ResizeEdge::kBottomRight;
default:
NOTREACHED();
return gfx::ResizeEdge::kBottomRight;
}
}
Expand Down

0 comments on commit a2d993c

Please sign in to comment.