Make the devtools close button work
This commit is contained in:
parent
d20ecc0e2b
commit
001d0197de
4 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,7 @@ public:
|
|||
virtual gfx::NativeView GetNativeView() const = 0;
|
||||
|
||||
virtual void ShowDevTools() = 0;
|
||||
virtual void CloseDevTools() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue