Add BrowserWindow.getClientBounds API
This commit is contained in:
parent
cdfbeb1a0a
commit
48cc13d009
7 changed files with 21 additions and 0 deletions
|
@ -46,6 +46,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
bool IsFullscreen() const override;
|
||||
void SetBounds(const gfx::Rect& bounds, bool animate = false) override;
|
||||
gfx::Rect GetBounds() override;
|
||||
gfx::Rect GetContentBounds() override;
|
||||
void SetContentSizeConstraints(
|
||||
const extensions::SizeConstraints& size_constraints) override;
|
||||
void SetResizable(bool resizable) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue