fix: remove 'NOTREACHED()' from 'GetWindowResizeEdge' (#31470)
This commit is contained in:
parent
8364375347
commit
a2d993c9b4
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ gfx::ResizeEdge GetWindowResizeEdge(WPARAM param) {
|
||||||
case WMSZ_BOTTOMRIGHT:
|
case WMSZ_BOTTOMRIGHT:
|
||||||
return gfx::ResizeEdge::kBottomRight;
|
return gfx::ResizeEdge::kBottomRight;
|
||||||
default:
|
default:
|
||||||
NOTREACHED();
|
|
||||||
return gfx::ResizeEdge::kBottomRight;
|
return gfx::ResizeEdge::kBottomRight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue