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