Get BrowserWindow::getContentSize API.
This commit is contained in:
parent
8d5fbe525d
commit
76cc3eeb6d
9 changed files with 29 additions and 0 deletions
|
@ -46,6 +46,7 @@ class NativeWindowGtk : public NativeWindow,
|
|||
virtual bool IsFullscreen() OVERRIDE;
|
||||
virtual void SetSize(const gfx::Size& size) OVERRIDE;
|
||||
virtual gfx::Size GetSize() OVERRIDE;
|
||||
virtual gfx::Size GetContentSize() OVERRIDE;
|
||||
virtual void SetMinimumSize(const gfx::Size& size) OVERRIDE;
|
||||
virtual gfx::Size GetMinimumSize() OVERRIDE;
|
||||
virtual void SetMaximumSize(const gfx::Size& size) OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue