Add BrowserWindow::setContentSize.
This commit is contained in:
parent
511a49f6fb
commit
5150fd6946
9 changed files with 33 additions and 1 deletions
|
@ -53,6 +53,7 @@ class NativeWindowWin : public NativeWindow,
|
|||
virtual bool IsFullscreen() OVERRIDE;
|
||||
virtual void SetSize(const gfx::Size& size) OVERRIDE;
|
||||
virtual gfx::Size GetSize() OVERRIDE;
|
||||
virtual void SetContentSize(const gfx::Size& size) OVERRIDE;
|
||||
virtual gfx::Size GetContentSize() OVERRIDE;
|
||||
virtual void SetMinimumSize(const gfx::Size& size) OVERRIDE;
|
||||
virtual gfx::Size GetMinimumSize() OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue