fix: maximized frameless window bleeding to other monitors (#25940)

This commit is contained in:
Cheng Zhao 2020-10-16 06:05:44 +09:00 committed by GitHub
parent 1c44bb8e74
commit 20c6677a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 61 deletions

View file

@ -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;