removed move utility and replaced with setbounds
This commit is contained in:
parent
ae6a1b409f
commit
9ae59e8ac7
6 changed files with 40 additions and 42 deletions
|
@ -98,7 +98,6 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
|
||||
virtual void Close() = 0;
|
||||
virtual void CloseImmediately() = 0;
|
||||
virtual void Move(const gfx::Rect& pos) = 0;
|
||||
virtual void Focus(bool focus) = 0;
|
||||
virtual bool IsFocused() = 0;
|
||||
virtual void Show() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue