win: Min/max size uses scaled DPI size.

This commit is contained in:
Cheng Zhao 2014-07-16 15:40:22 +08:00
parent 6de595f036
commit 8f94d5886d
3 changed files with 14 additions and 0 deletions

View file

@ -20,6 +20,8 @@ class WinFrameView : public FramelessView {
virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
// views::View:
virtual gfx::Size GetMinimumSize() OVERRIDE;
virtual gfx::Size GetMaximumSize() OVERRIDE;
virtual const char* GetClassName() const OVERRIDE;
private: