win: Fix calculating window bounds on high DPI display
This commit is contained in:
parent
e38614ce31
commit
e3ccb18696
3 changed files with 11 additions and 13 deletions
|
@ -25,8 +25,6 @@ class WinFrameView : public FramelessView {
|
|||
const char* GetClassName() const override;
|
||||
|
||||
private:
|
||||
void ClientAreaSizeToWindowSize(gfx::Size* size) const;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(WinFrameView);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue