views: Remove hack on setting min/max size for frameless window

This commit is contained in:
Cheng Zhao 2015-10-05 20:37:08 +08:00
parent e675407552
commit 3b1ee994e2
5 changed files with 2 additions and 46 deletions

View file

@ -89,8 +89,6 @@ class NativeWindowViews : public NativeWindow,
gfx::AcceleratedWidget GetAcceleratedWidget();
gfx::Size WindowSizeToFramelessSize(const gfx::Size& size);
views::Widget* widget() const { return window_.get(); }
#if defined(OS_WIN)