initial work on updating touch bar item config without rerender
This commit is contained in:
parent
61949657f0
commit
dd09c91cf2
10 changed files with 98 additions and 27 deletions
|
@ -347,6 +347,9 @@ void NativeWindow::DestroyTouchBar() {
|
|||
void NativeWindow::SetTouchBar(mate::Arguments* args) {
|
||||
}
|
||||
|
||||
void NativeWindow::RefreshTouchBarItem(mate::Arguments* args) {
|
||||
}
|
||||
|
||||
void NativeWindow::FocusOnWebView() {
|
||||
web_contents()->GetRenderViewHost()->GetWidget()->Focus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue