fix: maximized frameless window bleeding to other monitors (#25940)
This commit is contained in:
parent
1c44bb8e74
commit
20c6677a9c
3 changed files with 26 additions and 61 deletions
|
@ -16,7 +16,6 @@ class WinFrameView : public FramelessView {
|
|||
~WinFrameView() override;
|
||||
|
||||
// views::NonClientFrameView:
|
||||
gfx::Rect GetBoundsForClientView() const override;
|
||||
gfx::Rect GetWindowBoundsForClientBounds(
|
||||
const gfx::Rect& client_bounds) const override;
|
||||
int NonClientHitTest(const gfx::Point& point) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue